mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix: fixes next.js build to not include server files
Also fixes the next.js build to properly purge unused css classes from tailwind
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"build:next": "next build",
|
||||
"build": "yarn build:next && yarn build:server",
|
||||
"lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\"",
|
||||
"start": "NODE_ENV=production node dist/server/index.js"
|
||||
"start": "NODE_ENV=production node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/ui": "^0.5.0",
|
||||
|
||||
Reference in New Issue
Block a user