feat: Implemented basic location graph

This commit is contained in:
2026-07-06 20:11:43 +05:30
parent 215b7b171e
commit 6d8c3cee4f
3 changed files with 24 additions and 1 deletions

View File

@@ -5,5 +5,8 @@
"type": "module",
"exports": {
".": "./dist/index.js"
},
"dependencies": {
"@omnia/core": "workspace:*"
}
}