fresh/dev.ts
Luca Casonato 836cc24bdd
feat: remove fresh cli, do manifest generation in process (#223)
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.
2022-06-14 09:39:38 +02:00

3 lines
60 B
TypeScript

import { dev } from "./src/dev/mod.ts";
export default dev;