mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts",
|
|
"start": "deno run --allow-read --allow-env --allow-net main.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
|
|
"@std/http": "jsr:@std/http@^1.0.8"
|
|
}
|
|
}
|