🧱 add tests & ci changes
All checks were successful
CI / Lint (push) Successful in 21s
CI / Helm Lint (push) Successful in 6s
CI / Build (push) Successful in 1m48s
CI / Test (push) Successful in 44s

This commit is contained in:
Christian van Dijk
2026-02-23 22:52:54 +01:00
parent dbbe991a3d
commit 59ddc66a8e
10 changed files with 309 additions and 72 deletions

View File

@@ -1,7 +1,13 @@
.PHONY: run build
build:
docker build -t frontend-alpinejs .
.PHONY: run build dev start lint
run:
docker run -p 8090:8090 frontend-alpinejs
deno run --allow-net --allow-read --allow-write --allow-env --allow-run main.ts
start:
deno task start
build:
docker build -t handheld-devices-frontend .
lint:
deno check main.ts