Updated config.sh and new workflow for getting online.

This commit is contained in:
2025-06-29 15:50:32 -06:00
parent 93088f823a
commit 5a7d38ec71
29 changed files with 6109 additions and 291 deletions

29
map/.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.local
.env.*.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Build outputs
dist/
build/