We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1ced0 commit f4f4aceCopy full SHA for f4f4ace
frontend/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "java scripts/CpEnv.java .env.dev .env && next dev --turbopack",
7
- "build": "cp .env.prod .env && next build",
+ "build": "next build",
8
"build:dev": "cp .env.dev .env && next build",
9
"build:prod": "cp .env.prod .env && next build",
10
"start": "next start",
@@ -38,7 +38,6 @@
38
"react-toastify": "^11.0.5",
39
"rxjs": "^7.8.2",
40
"sass": "^1.96.0",
41
- "tailwindcss": "3.4.17",
42
"typescript": "5.7.2",
43
"use-file-picker": "^2.1.4",
44
"vite-tsconfig-paths": "^5.1.4",
frontend/postcss.config.js
@@ -1,6 +1,5 @@
1
module.exports = {
2
plugins: {
3
- tailwindcss: {},
autoprefixer: {},
},
-}
+};
frontend/tailwind.config.js
0 commit comments