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 0a91759 commit 0cb4086Copy full SHA for 0cb4086
@app/server/package.json
@@ -6,7 +6,7 @@
6
"build": "tsc -b",
7
"start": "node -r @app/config/env dist/index.js",
8
"dev": "nodemon --signal SIGINT --watch 'dist/**/*.js' -x \"node --inspect=9678 -r @app/config/env -r source-map-support/register\" dist/index.js",
9
- "schema:export": "cross-env NODE_OPTIONS=\"${NODE_OPTIONS:-} -r @app/config/env\" ts-node scripts/schema-export.ts",
+ "schema:export": "ts-node -r @app/config/env scripts/schema-export.ts",
10
"cloudflare:import": "(echo \"export const cloudflareIps: string[] = [\"; (curl -Ls https://www.cloudflare.com/ips-v4 | sort | sed -e \"s/^/ \\\"/\" -e \"s/$/\\\",/\"); echo \"];\") > src/cloudflare.ts",
11
"test": "cross-env NODE_ENV=test NODE_OPTIONS=\"${NODE_OPTIONS:-} -r @app/config/env\" jest"
12
},
0 commit comments