lufi/bundler.watch.ts

5 lines
134 B
TypeScript

import {buildCSS, buildJS} from "./bundler.ts"
await buildCSS.watch();
await buildJS.watch();
console.debug("esbuild is watching...")