|
3 | 3 | "version": "6.2.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "basic": "tsx watch -r dotenv/config express-basic", |
7 | | - "express": "tsx watch -r dotenv/config express", |
8 | | - "redis": "tsx watch -r dotenv/config express-redis", |
9 | | - "express-polling": "tsx watch -r dotenv/config express-polling", |
10 | | - "gcs:direct": "tsx watch -r dotenv/config gcs-direct", |
11 | | - "gcs": "tsx watch -r dotenv/config express-gcs", |
12 | | - "logtape": "tsx watch -r dotenv/config express-logtape", |
13 | | - "s3": "tsx watch -r dotenv/config express-s3", |
14 | | - "s3:direct": "tsx watch -r dotenv/config s3-direct", |
15 | | - "tus": "tsx watch -r dotenv/config express-tus", |
16 | | - "validation": "tsx watch -r dotenv/config validation", |
17 | | - "custom-error-responses": "tsx watch -r dotenv/config custom-error-responses", |
18 | | - "plain-nodejs": "node --watch -r dotenv/config node-http-server", |
19 | | - "server": "node --watch -r dotenv/config server" |
| 6 | + "basic": "tsx watch --env-file-if-exists .env express-basic", |
| 7 | + "express": "tsx watch --env-file-if-exists .env express", |
| 8 | + "redis": "tsx watch --env-file-if-exists .env express-redis", |
| 9 | + "express-polling": "tsx watch --env-file-if-exists .env express-polling", |
| 10 | + "gcs:direct": "tsx watch --env-file-if-exists .env gcs-direct", |
| 11 | + "gcs": "tsx watch --env-file-if-exists .env express-gcs", |
| 12 | + "logtape": "tsx watch --env-file-if-exists .env express-logtape", |
| 13 | + "s3": "tsx watch --env-file-if-exists .env express-s3", |
| 14 | + "s3:direct": "tsx watch --env-file-if-exists .env s3-direct", |
| 15 | + "tus": "tsx watch --env-file-if-exists .env express-tus", |
| 16 | + "validation": "tsx watch --env-file-if-exists .env validation", |
| 17 | + "custom-error-responses": "tsx watch --env-file-if-exists .env custom-error-responses", |
| 18 | + "plain-nodejs": "node --watch --env-file-if-exists .env node-http-server", |
| 19 | + "server": "node --watch --env-file-if-exists .env server" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | 22 | "@logtape/logtape": "^2.0.5", |
23 | | - "dotenv": "17.3.1", |
24 | 23 | "express": "^5.2.1", |
25 | 24 | "node-uploadx": "^6.2.1" |
26 | 25 | }, |
|
0 commit comments