style: run format first time

This commit is contained in:
Michael Czechowski
2025-05-13 21:08:18 +02:00
parent 083942f0be
commit 0f2308a132
14 changed files with 1518 additions and 1573 deletions

View File

@@ -1,15 +1,15 @@
import { defineConfig } from 'vite';
import { defineConfig } from "vite";
export default defineConfig({
root: './src',
publicDir: './public',
build: {
outDir: '../dist',
emptyOutDir: true,
sourcemap: true
},
server: {
port: 1312,
open: false
}
});
root: "./src",
publicDir: "./public",
build: {
outDir: "../dist",
emptyOutDir: true,
sourcemap: true
},
server: {
port: 1312,
open: false
}
});