mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 03:21:44 +03:00
9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
|
import bundler from './esbuild-config.js'
|
||
|
// @ts-ignore
|
||
|
import * as server from 'enso-gui-server'
|
||
|
|
||
|
await bundler.bundle()
|
||
|
const root = bundler.output_path
|
||
|
const assets = root
|
||
|
await server.start({ root, assets })
|