small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40234 additions and 2825 deletions
+15
View File
@@ -0,0 +1,15 @@
import { defineConfig } from 'vite';
export default defineConfig({
clearScreen: false,
server: {
host: '127.0.0.1',
port: 1420,
strictPort: true,
},
preview: {
host: '127.0.0.1',
port: 1420,
strictPort: true,
},
});