mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
feat: rename server package to hub
Rename the `server/` directory to `hub/` and update all references across CLI, docs, web, and workspace configuration.
This commit is contained in:
+3
-3
@@ -6,11 +6,11 @@
|
||||
**/.vitepress/cache/
|
||||
**/dist-exe/
|
||||
**/*.tsbuildinfo
|
||||
server/src/web/embeddedAssets.generated.ts
|
||||
hub/src/web/embeddedAssets.generated.ts
|
||||
|
||||
# Downloaded tools (fetched at build time)
|
||||
server/tools/tunwg/tunwg-*
|
||||
server/tools/tunwg/*.exe
|
||||
hub/tools/tunwg/tunwg-*
|
||||
hub/tools/tunwg/*.exe
|
||||
|
||||
# Env files (can contain secrets)
|
||||
**/.env
|
||||
|
||||
Reference in New Issue
Block a user