Meal Tracker - React/Node.js app with dark mode, date picker, PWA support

This commit is contained in:
Otto
2026-03-30 16:03:20 -04:00
parent 02d8df5efb
commit 45e988cbe5
3858 changed files with 6 additions and 773443 deletions

View File

@@ -1,17 +0,0 @@
import { defineConfig } from 'vite'
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://10.10.10.143:3000'
}
}
})