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.
2 parents 61bd7b9 + b5f8f76 commit a3834faCopy full SHA for a3834fa
server/package.json
@@ -7,7 +7,6 @@
7
"scripts": {
8
"dev": "nodemon --watch src --ext ts --exec vite-node src/index.ts",
9
"typecheck": "tsc --noEmit",
10
- "prebuild": "rm -rf node_modules package-lock.json && npm install",
11
"build": "vite build",
12
"start": "node dist/index.js",
13
"test": "vitest run",
@@ -31,7 +30,8 @@
31
30
"cors": "^2.8.5",
32
"dotenv": "^16.4.7",
33
"express": "^4.18.2",
34
- "redis": "^5.5.5"
+ "redis": "^5.5.5",
+ "@rollup/rollup-linux-x64-gnu": "^4.22.5"
35
},
36
"devDependencies": {
37
"@types/axios": "^0.9.36",
0 commit comments