Files
gamegroup2/frontend/.env.dev
T
congsh 2ce8985747 feat: add GameGroup2 project with frontend and backend
- Add .gitignore for Node.js and PocketBase projects
- Add frontend (Vue 3 + Vite + TypeScript)
- Add backend (PocketBase)
- Add deployment scripts and Docker compose configs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 15:45:54 +08:00

4 lines
70 B
Bash

# Dev Environment
VITE_PB_URL=http://192.168.1.14:8711
VITE_PORT=7033