mirror of
https://github.com/gosticks/fresh.git
synced 2025-10-16 11:55:35 +00:00
This commit removes the `fresh` cli, replacing it with a small bootstrap script, and JIT generation of the manifest that happens in process during development.
3 lines
60 B
TypeScript
3 lines
60 B
TypeScript
import { dev } from "./src/dev/mod.ts";
|
|
export default dev;
|