Skip to content

Commit 3a4a032

Browse files
feat(qwik-nx): react integration (#136)
1 parent bc092f8 commit 3a4a032

File tree

25 files changed

+2429
-17
lines changed

25 files changed

+2429
-17
lines changed

packages/qwik-nx/generators.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@
6969
"factory": "./src/generators/storybook-configuration/generator",
7070
"schema": "./src/generators/storybook-configuration/schema.json",
7171
"description": "Adds Storybook configuration to a project."
72+
},
73+
"react-in-app": {
74+
"factory": "./src/generators/integrations/react-in-app/generator",
75+
"schema": "./src/generators/integrations/react-in-app/schema.json",
76+
"description": "Add qwikified React components to your Qwik app"
77+
},
78+
"react-library": {
79+
"factory": "./src/generators/integrations/react-library/generator",
80+
"schema": "./src/generators/integrations/react-library/schema.json",
81+
"description": "Add qwikified React components as a separate library"
7282
}
7383
}
7484
}

0 commit comments

Comments
 (0)