wip: handle vite tooling manually

This commit is contained in:
Alexander Navarro 2025-04-25 16:53:44 -04:00
parent 9246964edb
commit 9c1a8f030c
17 changed files with 187 additions and 333 deletions

View file

@ -4,8 +4,11 @@ export default defineConfig({
plugins: [],
server: {
port: 3001,
origin: 'http://localhost:3000',
cors: true,
},
build: {
manifest: true,
rollupOptions: {
input: [
"frontend/assets/js/index.ts",