We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e09848 commit 4e7beeeCopy full SHA for 4e7beee
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"build:ts": "tsup",
10
"build:copy": "node scripts/copy-assets.js",
11
"start": "node dist/index.js",
12
- "dev": "NODE_ENV=development tsx watch src/index.ts",
+ "dev": "tsx watch src/index.ts",
13
"deploy": "tsx src/util/deploy.ts",
14
"docker:build": "NODE_VERSION=$(cat .nvmrc | tr -d 'v') docker compose build",
15
"docker:dev": "NODE_VERSION=$(cat .nvmrc | tr -d 'v') docker compose --profile dev up",
0 commit comments