Add devcontainer support (#8)

This commit is contained in:
Brandon Tuttle
2025-01-02 14:00:44 -05:00
committed by GitHub
parent 6e2177e427
commit ed93400758
3 changed files with 19 additions and 35 deletions

View File

@@ -9,7 +9,7 @@ build_dev: hash_resource
GOOS=linux GOARCH=arm GOARM=7 go build -ldflags="-s -w -X kvm.builtAppVersion=$(VERSION_DEV)" -o bin/jetkvm_app cmd/main.go
frontend:
cd ui && npm run build:device
cd ui && npm ci && npm run build:device
dev_release: build_dev
@echo "Uploading release..."