import { bootstrap } from './bootstrap'; import { createEnv } from './env'; const env = createEnv({}); bootstrap(env);