mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
code: package,nextjs,frontends (3 files)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function isPackageInstalled(packageId: string): boolean {
|
||||
return false
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export function loadPackageIndex(): void {
|
||||
// no-op for build
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
export function uninstallPackage(packageId: string): void {
|
||||
// no-op
|
||||
}
|
||||
Reference in New Issue
Block a user