import { build, compile, compileOld, compileNew } from "./commands/build"; import { load } from "./commands/load"; import { migrate } from "./commands/migrate"; import { start } from "./commands/start"; export { build, compile, compileOld, compileNew, load, migrate, start };