We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b6f3 commit dde0877Copy full SHA for dde0877
1 file changed
apps/landing-page/vite.config.ts
@@ -1,12 +1,12 @@
1
-import { solidStart } from "@solidjs/start/config";
2
import { defineConfig } from "vite";
+import { nitroV2Plugin } from "../../packages/start-nitro-v2-vite-plugin/src";
3
+import { solidStart } from "../../packages/start/src/config";
4
5
export default defineConfig({
6
plugins: [
- solidStart({
7
- server: {
8
- preset: "netlify"
9
- }
+ solidStart(),
+ nitroV2Plugin({
+ preset: "netlify"
10
})
11
]
12
});
0 commit comments