We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af497a1 commit a1208a8Copy full SHA for a1208a8
backend/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "tsx index.ts",
8
"build": "tsup src/index.ts --out-dir dist --format esm",
9
- "start": "npm run build && node -r dist/index.js",
+ "start": "npm run build && node dist/index.js",
10
"lint": "eslint .",
11
"format": "prettier --write .",
12
"format:check": "prettier --check .",
0 commit comments