mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 18:24:53 +00:00
code: script,nextjs,lua (1 files)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { LuaScript } from '../../types/level-types'
|
||||
import { normalizeAllowedGlobals } from '../../lua/functions/sandbox/normalize-allowed-globals'
|
||||
import { normalizeAllowedGlobals } from '../../../lua/functions/sandbox/normalize-allowed-globals'
|
||||
import { parseJsonArray } from './parse-json-array'
|
||||
|
||||
export function deserializeLuaScript(raw: Record<string, unknown>): LuaScript {
|
||||
|
||||
Reference in New Issue
Block a user