mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-13 09:43:53 +08:00
88c8a408b5cc54e40e0fda284d637efa1e6028bb
feat: module resolve fix: logger repository fix: module resolve chore: add workflow for module resolve chore: update workflow env chore: update workflow install chore: update workflow env for npm token chore: test docker chore: update workflow env
Pathfinder
Build
Replace Modules
You can create module-resolve.js in project root dir to replace some package to better implements. Example:
function resolve(pkg) {
if (pkg.dependencies && pkg.dependencies['@toeverything/track']) {
pkg.dependencies['@toeverything/track'] = '^0.0.1';
}
return pkg;
}
module.exports = {
resolve,
};
After modify/create this file, please delete the node_modules, then run pnpm install again
Description
There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.
appcrdteditorelectronknowledge-basemarkdownmironotesnotionnotion-alternativerustrust-langrust-languagetabletableviewwhiteboardwikiworkspace
Readme
MIT
752 MiB
Languages
TypeScript
90.4%
Swift
4%
Rust
3.7%
Kotlin
1%
JavaScript
0.4%
Other
0.3%