Skip to content

Commit 790dbb0

Browse files
fix: Add PUBLIC_APP to COMPONENT_TYPES (#366)
* fix: Add PUBLIC_APP to COMPONENT_TYPES * fix: Export enums
1 parent 76b34d1 commit 790dbb0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

enums/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const DEPLOYABLE_STATES = {
2222
export const COMPONENT_TYPES = {
2323
APP: 'APP',
2424
PRIVATE_APP: 'PRIVATE_APP',
25+
PUBLIC_APP: 'PUBLIC_APP',
2526
THEME: 'THEME',
2627
REACT_THEME: 'REACT_THEME',
2728
} as const;

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"./config/state": "./config/state.js",
5656
"./config": "./config/index.js",
5757
"./constants/*": "./constants/*.js",
58+
"./enums/*": "./enums/*.js",
5859
"./models/*": "./models/*.js",
5960
"./types/*": {
6061
"types": "./types/*.d.ts",

0 commit comments

Comments
 (0)