first commit

这个提交包含在:
2024-10-14 11:17:23 +08:00
未验证
当前提交 d13bd1ff57
修改 7 个文件,包含 736 行新增0 行删除
+12
查看文件
@@ -0,0 +1,12 @@
{
"imports": {
"@fastify/view": "npm:@fastify/view@^10.0.1",
"@std/path": "jsr:@std/path@^1.0.6",
"fastify": "npm:fastify@^5.0.0",
"handlebars": "npm:handlebars@^4.7.8",
"mime": "npm:mime@^4.0.4"
},
"tasks": {
"start": "deno run --allow-net --allow-read --allow-sys --allow-env main.ts"
}
}