blog/themes/buck/watch.ts
2024-01-10 18:35:50 +08:00

6 lines
131 B
TypeScript

import * as esbuild from 'esbuild'
import options from './config.js'
const ctx = await esbuild.context(options)
await ctx.watch()