refactor(structure): remove frontend placeholder
Some checks failed
Build, Push and Update Image in Manifest / build-and-update (push) Has been cancelled

This commit is contained in:
2025-10-05 01:32:18 +02:00
parent d58d553945
commit 3a6ee3dace
40 changed files with 0 additions and 10394 deletions

View File

@@ -1,10 +0,0 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ['lucide-react'],
},
});