mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 17:27:06 +08:00
feat: bases
Add the bases feature: formula engine package, grid/table UI, and the base-embed editor extension, with supporting client and server changes.
This commit is contained in:
@@ -22,7 +22,13 @@
|
||||
"paths": {
|
||||
"@docmost/db/*": ["./src/database/*"],
|
||||
"@docmost/transactional/*": ["./src/integrations/transactional/*"],
|
||||
"@docmost/ee/*": ["./src/ee/*"]
|
||||
"@docmost/ee/*": ["./src/ee/*"],
|
||||
"@docmost/base-formula/server": [
|
||||
"../../packages/base-formula/dist/index.server.d.ts"
|
||||
],
|
||||
"@docmost/base-formula/client": [
|
||||
"../../packages/base-formula/dist/index.client.d.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user