We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1649b00 commit 8e77822Copy full SHA for 8e77822
1 file changed
packages/start/src/config/index.ts
@@ -1,10 +1,9 @@
1
import { defu } from "defu";
2
import { globSync } from "node:fs";
3
import { extname, isAbsolute, join } from "node:path";
4
-import { fileURLToPath } from "node:url";
5
-import { normalizePath, type PluginOption } from "vite";
+import type { PluginOption } from "vite";
6
import solid, { type Options as SolidOptions } from "vite-plugin-solid";
7
-import { ServerFunctionsOptions, serverFunctionsPlugin } from "../directives/index.ts";
+import { type ServerFunctionsOptions, serverFunctionsPlugin } from "../directives/index.ts";
8
import { DEFAULT_EXTENSIONS, VIRTUAL_MODULES, VITE_ENVIRONMENTS } from "./constants.ts";
9
import { devServer } from "./dev-server.ts";
10
import { envPlugin, type EnvPluginOptions } from "./env.ts";
0 commit comments