Skip to content

Commit 8e77822

Browse files
committed
Update index.ts
1 parent 1649b00 commit 8e77822

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/start/src/config/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { defu } from "defu";
22
import { globSync } from "node:fs";
33
import { extname, isAbsolute, join } from "node:path";
4-
import { fileURLToPath } from "node:url";
5-
import { normalizePath, type PluginOption } from "vite";
4+
import type { PluginOption } from "vite";
65
import solid, { type Options as SolidOptions } from "vite-plugin-solid";
7-
import { ServerFunctionsOptions, serverFunctionsPlugin } from "../directives/index.ts";
6+
import { type ServerFunctionsOptions, serverFunctionsPlugin } from "../directives/index.ts";
87
import { DEFAULT_EXTENSIONS, VIRTUAL_MODULES, VITE_ENVIRONMENTS } from "./constants.ts";
98
import { devServer } from "./dev-server.ts";
109
import { envPlugin, type EnvPluginOptions } from "./env.ts";

0 commit comments

Comments
 (0)