Add server

This commit is contained in:
2023-05-25 11:21:37 +08:00
parent 38e970dc7d
commit 614f05fc22
8 changed files with 202 additions and 8 deletions

3
server-dev.ts Normal file
View File

@@ -0,0 +1,3 @@
import dev from "$fresh/dev.ts";
await dev(import.meta.url, "./server-run.ts");