ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

watch.js 178 B

1234567
  1. import * as esbuild from 'esbuild'
  2. import { esbuildOptions } from './build.js'
  3. const context = await esbuild.context(esbuildOptions)
  4. // Enable watch mode
  5. await context.watch()