rename database-core -> database-common

This commit is contained in:
Nikita Sivukhin
2025-09-09 14:26:21 +04:00
parent 1c286193c0
commit f827731727
19 changed files with 1250 additions and 3310 deletions

View File

@@ -5,7 +5,7 @@
"test": "npm run test --workspaces"
},
"workspaces": [
"packages/core",
"packages/common",
"packages/native",
"packages/browser"
]