Leo
Leo
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
No description
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
which is causing a conflict
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
No description
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
No description
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
I'll try that now, thanks
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
Might be easier if I send my whole package.json:
{
"name": "web-solid",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@kobalte/core": "^0.11.2",
"@sect/solid-hiding-header": "^2.0.12",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.2",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"postcss": "^8.4.26",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.7",
"solid-start": "^0.3.10",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vinxi": "0.0.59"
},
"engines": {
"node": ">=18"
}
}
{
"name": "web-solid",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@kobalte/core": "^0.11.2",
"@sect/solid-hiding-header": "^2.0.12",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.2",
"autoprefixer": "^10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"postcss": "^8.4.26",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.7",
"solid-start": "^0.3.10",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"vinxi": "0.0.59"
},
"engines": {
"node": ">=18"
}
}
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
No description
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
The vercel deployment config is set to SolidStart and the build outputs a .output and .vinxi folder, like it should, so I'm not sure why Vercel is not deploying it correctly.
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
No description
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
Hi @bigmistqke, @albie. I tried both of those, but still not working. I also tried both with plugins: [solid()], but same outcome
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
I just tried to deploy it now to Vercel, but the same directory listing error occurs (it's a 404 NOT_FOUND) error. Not sure how to make it work.
19 replies
SSolidJS
Created by Leo on 1/2/2024 in #support
Failed to build with Vite plugin and Vercel adapter.
Okay, I was being very stupid. I had an import to that folder, somehow, which I was not even using.
19 replies