|
5 | 5 | "license": "AGPL-3.0-or-later", |
6 | 6 | "main": "src/index.js", |
7 | 7 | "scripts": { |
8 | | - "start": "NODE_ENV=development tsx src/index.ts", |
9 | | - "production": "NODE_ENV=production tsx src/index.ts", |
| 8 | + "start": "cross-env NODE_ENV=development tsx src/index.ts", |
| 9 | + "production": "cross-env NODE_ENV=production tsx src/index.ts", |
10 | 10 | "serve": "tsx src/index.ts", |
11 | 11 | "migrate": "tsx scripts/migrate.ts", |
12 | 12 | "migrate:undo": "tsx scripts/migrate.ts --down" |
|
16 | 16 | "@fastify/passport": "^2.4.0", |
17 | 17 | "@fastify/reply-from": "^9.7.0", |
18 | 18 | "@fastify/secure-session": "^7.5.1", |
19 | | - "@sentry/node": "^7.76.0", |
| 19 | + "@sentry/node": "^10.49.0", |
20 | 20 | "axios": "1.6.0", |
21 | 21 | "date-fns": "^2.30.0", |
22 | 22 | "dotenv": "^16.3.1", |
|
36 | 36 | "@types/node": "^20.12.7", |
37 | 37 | "@types/passport-github": "^1.1.11", |
38 | 38 | "@types/passport-oauth2": "^1.4.17", |
| 39 | + "cross-env": "^10.1.0", |
39 | 40 | "eslint": "^8.52.0", |
40 | 41 | "prettier": "^3.0.3", |
41 | 42 | "sequelize-cli": "^6.6.1", |
|
0 commit comments