chore: baseline before dashboard update

This commit is contained in:
2026-07-02 18:09:17 +08:00
commit e003b23807
58 changed files with 9752 additions and 0 deletions

3
.env.development Normal file
View File

@@ -0,0 +1,3 @@
ENV = 'development'
VITE_BASE_URL = 'http://localhost:10081'
VITE_CONFIG_URL = './public/config.js'