repo chores: fixed root dir, removed unused class, added .env.example

This commit is contained in:
dswbx
2025-05-27 20:25:37 +02:00
parent af6cb0c8f0
commit 061181d59d
5 changed files with 100 additions and 78 deletions

View File

@@ -23,7 +23,10 @@ export default defineConfig({
},
plugins: [
react(),
tsconfigPaths(),
tsconfigPaths({
// otherwise it'll throw an error because of examples/astro
ignoreConfigErrors: true,
}),
devServer({
...devServerConfig,
entry: "./vite.dev.ts",