Initial commit: JV Production Intelligence Dashboard

This commit is contained in:
Omair Saleh
2026-04-28 17:34:59 +08:00
commit 4abe884e0c
55 changed files with 18942 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: { proxy: { '/api': 'http://localhost:3456' } }
})