Import ComfyReroute

This commit is contained in:
space-nuko
2023-04-07 04:50:16 -05:00
parent 1ad77f49ef
commit e6bab41563
21 changed files with 1411 additions and 2090 deletions

View File

@@ -6,7 +6,7 @@ import FullReload from 'vite-plugin-full-reload';
export default defineConfig({
clearScreen: false,
plugins: [
tsconfigPaths({loose: true}),
tsconfigPaths({ loose: true }),
sveltekit(),
FullReload(["src/**/*.{js,ts,svelte}"])
],
@@ -16,7 +16,10 @@ export default defineConfig({
server: {
port: 3000,
fs: {
allow: ["./gradio"]
allow: [
"./gradio",
"./litegraph",
]
}
},
test: {