Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit fb03df5

Browse files
committed
chore(index): export constants for use in the cli
1 parent 591f6f5 commit fb03df5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export { watch, buildUpdate } from './watch';
1414
export * from './util/config';
1515
export * from './util/helpers';
1616
export * from './util/interfaces';
17+
export * from './util/constants';
1718
export * from './generators';
1819

1920
import { generateContext } from './util/config';

0 commit comments

Comments
 (0)