Skip to content

Commit a1208a8

Browse files
committed
Remove --require from start command
1 parent af497a1 commit a1208a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "tsx index.ts",
88
"build": "tsup src/index.ts --out-dir dist --format esm",
9-
"start": "npm run build && node -r dist/index.js",
9+
"start": "npm run build && node dist/index.js",
1010
"lint": "eslint .",
1111
"format": "prettier --write .",
1212
"format:check": "prettier --check .",

0 commit comments

Comments
 (0)