mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: move page not found error out of constants (#9547)
This commit is contained in:
@@ -477,7 +477,6 @@ export const PackageList = [
|
||||
name: '@affine/nbstore',
|
||||
workspaceDependencies: [
|
||||
'packages/common/infra',
|
||||
'packages/frontend/electron-api',
|
||||
'packages/frontend/graphql',
|
||||
],
|
||||
},
|
||||
@@ -648,7 +647,7 @@ export const PackageList = [
|
||||
{
|
||||
location: 'tools/@types/env',
|
||||
name: '@types/affine__env',
|
||||
workspaceDependencies: ['packages/common/env'],
|
||||
workspaceDependencies: ['packages/common/env', 'blocksuite/affine/all'],
|
||||
},
|
||||
{
|
||||
location: 'tools/changelog',
|
||||
|
||||
Reference in New Issue
Block a user