code: package,nextjs,frontends (3 files)

This commit is contained in:
2025-12-26 05:08:17 +00:00
parent 0d56dbe62e
commit b0c27989cd
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export function isPackageInstalled(packageId: string): boolean {
return false
}

View File

@@ -0,0 +1,3 @@
export function loadPackageIndex(): void {
// no-op for build
}

View File

@@ -0,0 +1,3 @@
export function uninstallPackage(packageId: string): void {
// no-op
}