-
I use
I have read {
"name": "app",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@solidjs/router": "^0.11.2",
"@solidjs/start": "^0.5.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"solid-js": "^1.8.12",
"tailwindcss": "^3.3.3",
"vinxi": "^0.2.1"
},
"engines": {
"node": ">=18"
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
thednp
Feb 9, 2024
Replies: 1 comment 2 replies
-
Just rename your vite.config.ts/js to vite.config.cjs |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ShawnRZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just rename your vite.config.ts/js to vite.config.cjs