acheivments + flyercorrection
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 2m18s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 2m18s
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"start": "npm run start:prod",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run",
|
||||
"test": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run",
|
||||
"test:coverage": "npm run clean; npm run test:unit -- --coverage --reporter=verbose --reporter=tree --includeTaskLocation --testTimeout=20000; npm run test:integration -- --coverage --reporter=verbose --reporter=tree --includeTaskLocation --testTimeout=20000",
|
||||
"test:unit": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run -c vite.config.ts",
|
||||
"test:integration": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run -c vitest.config.integration.ts",
|
||||
@@ -30,6 +30,7 @@
|
||||
"express-list-endpoints": "^7.1.1",
|
||||
"express-rate-limit": "^8.2.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"lucide-react": "^0.555.0",
|
||||
"multer": "^2.0.2",
|
||||
"nodemailer": "^7.0.10",
|
||||
"passport": "^0.7.0",
|
||||
@@ -58,6 +59,7 @@
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/multer": "^2.0.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"@types/nodemailer": "^7.0.4",
|
||||
"@types/passport": "^1.0.17",
|
||||
"@types/passport-github2": "^1.2.9",
|
||||
@@ -67,6 +69,7 @@
|
||||
"@types/pg": "^8.15.6",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/sharp": "^0.31.1",
|
||||
"@types/supertest": "^6.0.3",
|
||||
"@types/zxcvbn": "^4.4.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
||||
|
||||
Reference in New Issue
Block a user