packaging(pesde): Finish support
This commit is contained in:
parent
0818b498a6
commit
1563ef800e
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue