File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 55 type PluginOption ,
66 type ViteDevServer ,
77} from "vite" ;
8- import { VITE_ENVIRONMENTS } from ".. /constants.ts" ;
8+ import { VITE_ENVIRONMENTS } from "./constants.ts" ;
99
1010export function devServer ( ) : Array < PluginOption > {
1111 return [
Original file line number Diff line number Diff line change 11import { relative } from "node:path" ;
22import type { PluginOption } from "vite" ;
33
4- import { VITE_ENVIRONMENTS } from "../../ constants.ts" ;
4+ import { VITE_ENVIRONMENTS } from "../constants.ts" ;
55import { fileSystemWatcher } from "./fs-watcher.ts" ;
66import type { BaseFileSystemRouter } from "./router.ts" ;
77import { treeShake } from "./tree-shake.ts" ;
Original file line number Diff line number Diff line change 99 DEFAULT_EXTENSIONS ,
1010 VIRTUAL_MODULES ,
1111 VITE_ENVIRONMENTS ,
12- } from ".. /constants.ts" ;
12+ } from "./constants.ts" ;
1313import { isCssModulesFile } from "../server/collect-styles.ts" ;
1414import { getSsrDevManifest } from "../server/manifest/dev-ssr-manifest.ts" ;
1515import { devServer } from "./dev-server.ts" ;
Original file line number Diff line number Diff line change 11import { clientViteManifest } from "solid-start:client-vite-manifest" ;
22import { join } from "pathe" ;
3- import { CLIENT_BASE_PATH } from "../../constants.ts" ;
3+ import { CLIENT_BASE_PATH } from "../../config/ constants.ts" ;
44import type { Asset } from "../renderAsset.tsx" ;
55
66// Only reads from client manifest atm, might need server support for islands
You can’t perform that action at this time.
0 commit comments