Initial commit - Meal Tracker app

This commit is contained in:
Otto
2026-03-30 16:03:05 -04:00
parent 139f756807
commit 02d8df5efb
3863 changed files with 773862 additions and 215 deletions

View File

@@ -3,9 +3,15 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
build: {
outDir: 'dist',
assetsDir: 'assets',
minify: false, // Disable minify for easier debugging
sourcemap: false
},
server: {
proxy: {
'/api': 'http://localhost:3000'
'/api': 'http://10.10.10.143:3000'
}
}
})
})