Files
LuaMicroservices/frontend/deno.json
Christian van Dijk a6daab7961
Some checks failed
CI / Lint (push) Successful in 21s
CI / Helm Lint (push) Successful in 5s
CI / Build (push) Failing after 43s
CI / Test (push) Has been skipped
🧱 update CI workflow and remove alpinejs frontend files
2026-02-23 15:46:31 +01:00

10 lines
233 B
JSON

{
"tasks": {
"start": "deno run --allow-net --allow-read --allow-write --allow-env --allow-run --watch main.ts"
},
"imports": {
"@dx/alpine-server": "jsr:@dx/alpine-server",
"@oak/oak": "jsr:@oak/oak@^17.2.0"
}
}