Skip to content

Commit e477b99

Browse files
committed
chore(core): add internal comment to createBaseApp
1 parent e38fc11 commit e477b99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/app/createBaseApp.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ import { resolveAppWriteTemp } from './resolveAppWriteTemp.js'
2020
*
2121
* Notice that the base app could not be used for dev nor build.
2222
*
23-
* It would be used for creating dev app or build app, or for testing.
23+
* It would be used for creating dev app or build app internally.
24+
*
25+
* @internal
2426
*/
2527
export const createBaseApp = (config: AppConfig): App => {
2628
const options = resolveAppOptions(config)

0 commit comments

Comments
 (0)