Update .gitignore to exclude TypeScript build info files and modify package.json to enhance the dev:infra script for improved local development environment setup.
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 10s
CI / Go — node-agent tests (push) Failing after 8s
CI / Go — edge-gateway build (push) Successful in 18s

This commit is contained in:
TheOnlyMace
2026-07-05 14:25:01 +02:00
parent 212d46eb0c
commit d8cc04df21
4 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
node_modules/
dist/
*.tsbuildinfo
.next/
.env
.env.local