feat: basic directory navigation

This commit is contained in:
2025-09-17 00:04:12 +00:00
parent 822ffc12df
commit c7f83fc65a
17 changed files with 456 additions and 47 deletions

View File

@@ -6,10 +6,14 @@
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/bun": "latest",
"convex": "^1.27.0",
},
},
"packages/convex": {
"name": "@fileone/convex",
"dependencies": {
"@fileone/path": "workspace:*",
},
"peerDependencies": {
"convex": "^1.27.0",
"typescript": "^5",