enso/app/ide-desktop/client/bundle.ts

11 lines
243 B
TypeScript
Raw Normal View History

/** @file Script that bundles JS client code. */
import * as esbuild from 'esbuild'
import * as bundler from './esbuildConfig'
// ================
// === Bundling ===
// ================
await esbuild.build(bundler.bundlerOptionsFromEnv())