
* web: Move non-workspace package. * web: Update ESBuild package version. * web: Use NPM link to alias local package. * web: Update lock. * web: Fix regression where bundler is expected.
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
/**
|
|
* @remarks Live reload plugin for ESBuild.
|
|
*/
|
|
|
|
export * from "./client/index.js";
|
|
export * from "./plugin/index.js";
|