Skip to content

Commit

Permalink
chore(core): add internal comment to createBaseApp
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Oct 10, 2024
1 parent e38fc11 commit e477b99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/app/createBaseApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ import { resolveAppWriteTemp } from './resolveAppWriteTemp.js'
*
* Notice that the base app could not be used for dev nor build.
*
* 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.
*
* @internal
*/
export const createBaseApp = (config: AppConfig): App => {
const options = resolveAppOptions(config)
Expand Down

0 comments on commit e477b99

Please sign in to comment.