Skip to content

Commit 9c1970d

Browse files
committed
Fix ts
1 parent 2a8d3d7 commit 9c1970d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

apps/builder/vite.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import path, { resolve } from "node:path";
2-
import {
3-
defaultClientConditions,
4-
defaultServerConditions,
5-
defineConfig,
6-
type CorsOptions,
7-
} from "vite";
2+
import { defineConfig, type CorsOptions } from "vite";
83
import { vitePlugin as remix } from "@remix-run/dev";
94
import { vercelPreset } from "@vercel/remix/vite";
105
import type { IncomingMessage } from "node:http";

0 commit comments

Comments
 (0)