- Create api/src/modules/registry/ (service + routes) so server.ts import resolves and TypeScript compiles all 38 modules cleanly - Add api/.dockerignore to exclude stale local dist/ from Docker build context, preventing old compiled output from persisting in images - Registry routes: GET /status (Gitea packages API), POST /build-push and POST /mirror (write trigger files for host watcher, SUPER_ADMIN only) Bunker Admin
8 lines
57 B
Plaintext
8 lines
57 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
*.log
|
|
test-*.sh
|
|
test*.ts
|
|
test*.js
|