mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts",
|
|
"build": "deno run build.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|