feat(infra): route package (#10353)

This commit is contained in:
forehalo
2025-04-23 09:49:10 +00:00
parent e501e35d3d
commit 64997d4a0e
14 changed files with 654 additions and 18 deletions
+6
View File
@@ -1165,6 +1165,11 @@ export const PackageList = [
name: '@affine/native',
workspaceDependencies: [],
},
{
location: 'packages/frontend/routes',
name: '@affine/routes',
workspaceDependencies: ['tools/cli', 'tools/utils'],
},
{
location: 'packages/frontend/templates',
name: '@affine/templates',
@@ -1349,6 +1354,7 @@ export type PackageName =
| '@affine/i18n'
| '@affine/media-capture-playground'
| '@affine/native'
| '@affine/routes'
| '@affine/templates'
| '@affine/track'
| '@affine-test/affine-cloud'