packaging(pesde): Finish support

This commit is contained in:
marked 2024-12-08 14:17:02 +01:00
parent 0818b498a6
commit 1563ef800e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
-- pesde adds dependencies by including a folder with them in the package
-- wally just adds a file for each dependency
-- this is here to mitigate that
local jecs = require("luau_packages/jecs")
local jecs = require("./luau_packages/jecs")
export type Archetype = jecs.Archetype
export type Id<T = nil> = jecs.Id<T>
export type Pair<First, Second> = jecs.Pair<First, Second>