ken_binta
ken_binta
Explore posts from servers
DTDrizzle Team
Created by ken_binta on 6/9/2024 in #help
Unknown Option
No description
1 replies
SSolidJS
Created by ken_binta on 5/24/2024 in #support
NOT_FOUND
Hello, just tried out SolidStart, I tried to deploy to vercel but I got the error "NOT FOUND". I did the same with netlify and got a similar error of page not found. I am using bun. Here is my package.json { "name": "example-with-tailwindcss", "type": "module", "scripts": { "dev": "vinxi dev", "build": "vinxi build", "start": "vinxi start" }, "dependencies": { "@kobalte/core": "^0.13.1", "@solidjs/router": "^0.13.3", "@solidjs/start": "^1.0.0", "@tanstack/solid-query": "^5.37.1", "autoprefixer": "^10.4.19", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "postcss": "^8.4.38", "solid-js": "^1.8.17", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", "vinxi": "^0.3.11" }, "engines": { "node": ">=18" } }
3 replies