alt0 88c8a408b5 feat: module resolve
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
2022-10-19 17:53:10 +08:00
2022-10-19 17:53:10 +08:00
2022-10-14 13:26:06 +08:00
2022-10-19 17:53:10 +08:00
2022-09-22 15:39:53 +08:00
2022-10-14 13:26:06 +08:00
2022-10-19 17:53:10 +08:00
2022-10-19 17:53:10 +08:00
2022-10-19 17:53:10 +08:00
2022-09-22 15:39:53 +08:00
2022-10-19 17:53:10 +08:00
2022-10-19 17:53:10 +08:00
2022-10-14 13:26:06 +08:00
2022-10-19 17:53:10 +08:00

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.
Readme MIT 752 MiB
Languages
TypeScript 90.4%
Swift 4%
Rust 3.7%
Kotlin 1%
JavaScript 0.4%
Other 0.3%