9 lines
193 B
JSON
9 lines
193 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"
|
|
}
|
|
}
|