fix: update environment variable usage in scripts and enhance CSS theming

This commit is contained in:
Asep Haryana Saputra
2026-05-22 18:50:07 +00:00
parent 553e8f49aa
commit 1f4e0fbef3
3 changed files with 26 additions and 21 deletions
+5
View File
@@ -4,6 +4,11 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [react()],
server: {
proxy: {
'/api': 'http://localhost:3000',
},
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),