Files
mcb-platform-monorepo/packages/webpack-config/src/cli/commands/index.ts
T
2025-06-17 11:01:37 +03:00

4 lines
102 B
TypeScript

export { default as start } from './startDevServer';
export { default as build } from './buildMode';