mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
- 添加 .env.production 配置文件,确保workflow构建时使用正确的基础路径 - 更新 .gitignore 规则,允许提交生产环境配置 - 调整环境变量配置,支持自动化构建流程 这些更改确保GitHub Actions构建的前端能正确配置路由和API路径 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
34 lines
389 B
Plaintext
34 lines
389 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Production build files
|
|
dist
|
|
dist-ssr
|
|
|
|
# Local env files
|
|
!.env.production
|
|
*.local
|
|
.env.local
|
|
.env.*.local
|
|
.env
|
|
vite.config.js.timestamp-*.mjs
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw? |