Skip to content

Commit 5e48377

Browse files
fix(cli): remove catalog support for native apps
1 parent 468813f commit 5e48377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/utils/setup-catalogs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function setupCatalogs(
2525
const packagePaths = [
2626
"apps/server",
2727
"apps/web",
28-
"apps/native",
28+
// "apps/native", // having issues
2929
"apps/fumadocs",
3030
"apps/docs",
3131
"packages/api",

0 commit comments

Comments
 (0)