mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
9 lines
233 B
TypeScript
9 lines
233 B
TypeScript
|
|
#!/usr/bin/env -S deno run -A --watch=static/,routes/,lib/,components/,islands/
|
||
|
|
|
||
|
|
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);
|