mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
chore: move page not found error out of constants (#9547)
This commit is contained in:
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
import '@affine/env/constant';
|
||||
import '@blocksuite/affine/global/types'
|
||||
|
||||
import type { BUILD_CONFIG_TYPE, Environment } from '@affine/env/global';
|
||||
|
||||
|
||||
Vendored
+2
-1
@@ -4,7 +4,8 @@
|
||||
"types": "./__all.d.ts",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@affine/env": "workspace:*"
|
||||
"@affine/env": "workspace:*",
|
||||
"@blocksuite/affine": "workspace:*"
|
||||
},
|
||||
"version": "0.19.0"
|
||||
}
|
||||
|
||||
@@ -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