chore: track package.json, package-lock.json, tsconfig.json for Docker build

This commit is contained in:
matt 2026-03-17 17:50:33 -07:00
parent 0ccb05f792
commit a0b7eec0b1
4 changed files with 1760 additions and 0 deletions

3
.gitignore vendored
View file

@ -44,6 +44,9 @@ logs/perf/*
!logs/perf/theme_preview_warm_baseline.json
# Node.js and build artifacts
!package.json
!package-lock.json
!tsconfig.json
node_modules/
code/web/static/js/
code/web/static/styles.css