deno-deploy-example/deno.json
Sam Therapy c87abedc4d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci / build (push) Failing after 13s
try
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2024-03-27 21:46:48 +01:00

10 lines
178 B
JSON

{
"deploy": {
"project": "40dfd057-d475-4171-b26e-03d6649edd5e",
"exclude": [
"**/node_modules"
],
"include": [],
"entrypoint": "server/main.ts"
}
}