feat: Added repository abstraction for worldState and Entity (closes #4)

This commit is contained in:
2026-07-05 23:42:04 +05:30
parent 7d34f4067e
commit e87d98a47d
10 changed files with 3747 additions and 42 deletions

View File

@@ -5,7 +5,7 @@ import tseslint from "typescript-eslint";
export default [
{
ignores: ["**/dist/**", "**/node_modules/**"],
ignores: ["**/dist/**", "**/node_modules/**", "content/scenario-builder/**"],
},
js.configs.recommended,