refactor(config): separate base URL from API URL for CLI usage

Add signUrl property to config for CLI sign URL without /api/v1 suffix.
Update CLIGuidePage to use config.signUrl instead of hardcoded URL.
Update .env.example and add .swarm/ to .gitignore.
This commit is contained in:
2026-04-06 01:57:40 +09:30
parent a7310367a6
commit 3e0a7f9de4
5 changed files with 13 additions and 6 deletions
+3 -1
View File
@@ -23,4 +23,6 @@ dist-ssr
*.sln
*.sw?
*.env
*.env
.swarm/