Init commit
This commit is contained in:
7
apps/peertube-runner/scripts/watch.js
Normal file
7
apps/peertube-runner/scripts/watch.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as esbuild from 'esbuild'
|
||||
import { esbuildOptions } from './build.js'
|
||||
|
||||
const context = await esbuild.context(esbuildOptions)
|
||||
|
||||
// Enable watch mode
|
||||
await context.watch()
|
||||
Reference in New Issue
Block a user