Created fresh deno project

This commit is contained in:
Kevin FEDYNA
2024-12-02 14:36:52 +01:00
parent b3fbe6b6c8
commit 9a97591bda
20 changed files with 379 additions and 4 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env -S deno run -A --watch=static/,routes/
import dev from "$fresh/dev.ts";
import config from "./fresh.config.ts";
import "$std/dotenv/load.ts";
await dev(import.meta.url, "./main.ts", config);