rogee
f2a68da116
Fix Vite CJS Node API deprecation warning
Add "type": "module" to frontend/package.json so Vite loads
vite.config.ts as ESM instead of CJS. Convert the three CJS config
files to ESM:
- tailwind.config.js: require/module.exports → import/export default
- theme/colors.js: require → import
- postcss.config.js → postcss.config.cjs (PostCSS config stays CJS)
2026-07-08 16:28:50 +08:00
..
2026-07-08 11:43:34 +08:00
2026-07-08 16:28:50 +08:00
2026-07-07 14:56:01 +08:00
2026-07-08 09:57:00 +08:00
2026-07-08 16:28:50 +08:00
2026-07-08 16:28:50 +08:00
2026-07-08 16:28:50 +08:00
2026-07-07 18:57:11 +08:00
2026-07-07 14:56:01 +08:00