teable/.yarnrc.yml
greattoymaker 7d9e601410
feat: add nest server into electron (#5)
* feat: add nest server into electron

* refactor: combine nest and next into one entryfile

* chore: rm sentry e2e test

* feat: add filesystem transform
2022-11-18 11:17:17 +08:00

31 lines
505 B
YAML

changesetBaseRefs:
- main
- origin/main
- upstream/main
changesetIgnorePatterns:
- '**/*.test.{js,ts}'
- '**/*.spec.{js,ts}'
checksumBehavior: 'update'
defaultSemverRangePrefix: ''
enableGlobalCache: false
nmMode: hardlinks-local
nodeLinker: node-modules
npmRegistryServer: 'https://registry.npmjs.org/'
supportedArchitectures:
cpu:
- current
os:
- current
yarnPath: .yarn/releases/yarn-4.0.0-rc.26.cjs
# httpProxy: http://127.0.0.1:7890
# httpsProxy: http://127.0.0.1:7890