We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf5252 commit 14a859eCopy full SHA for 14a859e
package.json
@@ -4,13 +4,13 @@
4
"engines": {
5
"node": "18.x"
6
},
7
- "type": "module",
+ "type":"module",
8
"private": true,
9
"scripts": {
10
"build:ts": "tsc",
11
"build": "npm-run-all clean bundle-swagger build:ts copy-assets",
12
"clean": "rimraf dist/*",
13
- "copy-assets": "ts-node tools/copyAssets.ts",
+ "copy-assets": "node --loader ts-node/esm tools/copyAssets.ts",
14
"start": "npm run build && node dist/src/start.js",
15
"dev": "nodemon npm run start",
16
"lint": "eslint . --ext .js",
0 commit comments