init: the first public commit for AFFiNE

This commit is contained in:
DarkSky
2022-07-22 15:49:21 +08:00
commit e3e3741393
1451 changed files with 108124 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// Workaround for build error
// Error during bundle: Error: /app/libs/framework/virgo/src/index.ts(1,15): semantic error TS7016: Could not find a declaration file for module '@toeverything/components/editor-core'. '/app/dist/libs/components/editor-core/index.js' implicitly has an 'any' type.
// @ts-ignore
export * from '@toeverything/components/editor-core';