code: nextjs,frontends,load (4 files)

This commit is contained in:
2025-12-26 05:24:14 +00:00
parent 5d51dc2dbd
commit 14c26cf2cd
4 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
import { packageGlue, type PackageGlue } from './package-glue'
import { packageGlue, type PackageGlue } from '../../package-glue'
export const getPackageGlue = (): PackageGlue => packageGlue

View File

@@ -0,0 +1 @@
export * from '../loader/load-lua-script'

View File

@@ -0,0 +1 @@
export * from '../loader/load-lua-scripts-folder'

View File

@@ -0,0 +1 @@
export * from '../loader/load-package-seed-json'