enso/app/ide-desktop/client/bundle.ts
somebody1234 fde2f71419
Restructure app/ide-desktop/client/ for consistency with other modules (#10649)
- Change paths from `foo-bar` to `@/fooBar` to be consistent with GUI module naming

# Important Notes
None
2024-07-26 15:14:31 +00:00

11 lines
243 B
TypeScript

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