A whole lotta things

This commit is contained in:
space-nuko
2023-04-05 01:02:47 -05:00
parent 0f703c2123
commit 32f1900568
13 changed files with 1291 additions and 356 deletions

View File

@@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
import FullReload from 'vite-plugin-full-reload'
export default defineConfig({
plugins: [
plugins: [
sveltekit()
// FullReload(["src/**/*.{js,ts,svelte}"])
],
@@ -11,7 +11,10 @@ export default defineConfig({
sourcemap: true,
},
server: {
port: 3000
port: 3000,
fs: {
allow: ["./gradio"]
}
},
test: {
include: ['src/**/*.{test,spec}.{js,ts}']