mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
code: nextjs,frontends,types (3 files)
This commit is contained in:
1
frontends/nextjs/src/lib/package-types.ts
Normal file
1
frontends/nextjs/src/lib/package-types.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './packages/core/package-types'
|
||||
@@ -0,0 +1,4 @@
|
||||
export function getAllPackageScripts(): string[] {
|
||||
// Placeholder: return empty list of package scripts
|
||||
return []
|
||||
}
|
||||
1
frontends/nextjs/src/lib/schema-types.ts
Normal file
1
frontends/nextjs/src/lib/schema-types.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './types/schema-types'
|
||||
Reference in New Issue
Block a user