We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8d3d7 commit 9c1970dCopy full SHA for 9c1970d
apps/builder/vite.config.ts
@@ -1,10 +1,5 @@
1
import path, { resolve } from "node:path";
2
-import {
3
- defaultClientConditions,
4
- defaultServerConditions,
5
- defineConfig,
6
- type CorsOptions,
7
-} from "vite";
+import { defineConfig, type CorsOptions } from "vite";
8
import { vitePlugin as remix } from "@remix-run/dev";
9
import { vercelPreset } from "@vercel/remix/vite";
10
import type { IncomingMessage } from "node:http";
0 commit comments