closing capacity planning - normal mode.

This commit is contained in:
2026-02-19 23:32:27 -05:00
parent b821713cc7
commit fedfc21425
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { svelteTesting } from '@testing-library/svelte/vite';
import { defineConfig } from 'vite';
import path from 'path';
export default defineConfig({
plugins: [sveltekit()],
plugins: [sveltekit(), svelteTesting()],
server: {
port: 5173,
host: '0.0.0.0',