Fix ci
This commit is contained in:
parent
73f5f45322
commit
d0265ad90e
6 changed files with 12 additions and 1 deletions
|
|
@ -8,6 +8,9 @@
|
|||
"bin": {
|
||||
"doppler-server": "dist/main.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npx webpack --mode production",
|
||||
"dev": "concurrently --kill-others-on-fail \"webpack --mode development -w\" \"nodemon --legacy-watch dist/main.js\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue