dev #2

Merged
xie2can merged 7 commits from dev into main 2026-05-15 15:46:02 +08:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 7925c92478 - Show all commits

1
.env
View File

@@ -1 +0,0 @@
PUBLIC_BASE_URL=http://localhost:8080

5
.gitignore vendored
View File

@@ -3,6 +3,11 @@
*.local *.local
*.log* *.log*
# Environment variables
.env
.env.*
!.env.example
# Dist # Dist
node_modules node_modules
dist/ dist/