This commit is contained in:
2026-03-22 17:23:14 +08:00
parent 11eb7e5790
commit bd152d5b3f
4 changed files with 5 additions and 45 deletions

6
.gitignore vendored
View File

@@ -56,11 +56,6 @@ Thumbs.db
# Local config # Local config
*.local *.local
application-local.yml application-local.yml
.env
.env.local
.env.development
.env.test
.env.production
# Editor files # Editor files
*.suo *.suo
@@ -69,4 +64,5 @@ application-local.yml
*.sln *.sln
*.sw? *.sw?
# Build stats
stats.html stats.html

4
monisuo-admin/.env Normal file
View File

@@ -0,0 +1,4 @@
# Monisuo Admin API
VITE_SERVER_API_URL=/api
VITE_SERVER_API_PREFIX=
VITE_SERVER_API_TIMEOUT=10000

View File

@@ -1,5 +0,0 @@
# This is api base url
# VITE_API_BASE_URL=https://api.example.com
VITE_SERVER_API_URL=http://localhost:3000
VITE_SERVER_API_PREFIX=/api
VITE_SERVER_API_TIMEOUT=5000

View File

@@ -1,35 +0,0 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
stats.html
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/mcp.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.env
.env.local
.env.development
.env.test
.env.production