Files
Christian van Dijk 59ddc66a8e
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
🧱 add tests & ci changes
2026-02-23 22:52:54 +01:00

14 lines
225 B
Makefile

.PHONY: run build dev start lint
run:
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