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