mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
code: nextjs,frontends,load (4 files)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { packageGlue, type PackageGlue } from './package-glue'
|
||||
import { packageGlue, type PackageGlue } from '../../package-glue'
|
||||
|
||||
export const getPackageGlue = (): PackageGlue => packageGlue
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export * from '../loader/load-lua-script'
|
||||
@@ -0,0 +1 @@
|
||||
export * from '../loader/load-lua-scripts-folder'
|
||||
@@ -0,0 +1 @@
|
||||
export * from '../loader/load-package-seed-json'
|
||||
Reference in New Issue
Block a user