Refactor to build web-app locally before deployment

Changes build strategy from building on target machines to building
locally and deploying pre-built artifacts. This simplifies target
machine configuration and improves deployment speed.

- Add build-local.nix for local machine-specific builds
- Update krops.nix to deploy built artifacts from ./build/{machine}/dist
- Remove build-helper.nix and build dependencies from machine configs
- Update documentation with new build-then-deploy workflow
- Add .gitignore for build directories

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
padreug 2025-10-01 17:26:01 +02:00
parent a84ebea315
commit d6749ef0ba
3 changed files with 44 additions and 59 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
build/
node_modules/
dist/
result