refacto: add extension

This commit is contained in:
Julien Calixte
2026-02-09 22:01:32 +01:00
parent f72f622860
commit 5fb8167263
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"jetstream": "deno run --watch --allow-net --allow-read --allow-write --allow-env jetstream.ts",
"server": "deno run --watch --allow-net --allow-read --allow-write --allow-env server.ts",
"server:prod": "deno run --allow-net --allow-read --allow-write --allow-env server.ts",
"migrate": "deno run --allow-read --allow-write src/migrations/init.ts"
"migrate": "deno run --allow-read --allow-write --allow-env src/migrations/init.ts"
},
"imports": {
"@oak/oak": "jsr:@oak/oak@^17.2.0",