mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
13 lines
227 B
JSON
13 lines
227 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"dev": "deno run --watch main.ts"
|
||
|
},
|
||
|
"deploy": {
|
||
|
"project": "d7ff4021-31bb-4663-b015-12a9e7b9bb64",
|
||
|
"exclude": [
|
||
|
"**/node_modules"
|
||
|
],
|
||
|
"include": [],
|
||
|
"entrypoint": "main.ts"
|
||
|
}
|
||
|
}
|