Skip to content

Commit

Permalink
resolves requiring ecs path issue for demo (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
maeriil authored Nov 30, 2024
1 parent dec958b commit d9be40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/default.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"$className": "ReplicatedStorage",
"$path": "src/ReplicatedStorage",
"ecs": {
"$path": "../src"
"$path": "../jecs.luau"
},
"net": {
"$path": "net/client.luau"
Expand Down

0 comments on commit d9be40d

Please sign in to comment.