We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38fc11 commit e477b99Copy full SHA for e477b99
packages/core/src/app/createBaseApp.ts
@@ -20,7 +20,9 @@ import { resolveAppWriteTemp } from './resolveAppWriteTemp.js'
20
*
21
* Notice that the base app could not be used for dev nor build.
22
23
- * It would be used for creating dev app or build app, or for testing.
+ * It would be used for creating dev app or build app internally.
24
+ *
25
+ * @internal
26
*/
27
export const createBaseApp = (config: AppConfig): App => {
28
const options = resolveAppOptions(config)
0 commit comments