mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
feat: update 404 page (#3580)
Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
This commit is contained in:
+7
-1
@@ -169,5 +169,11 @@
|
||||
}
|
||||
],
|
||||
"files": [],
|
||||
"exclude": ["node_modules", "target", "lib", "test-results"]
|
||||
"exclude": ["node_modules", "target", "lib", "test-results"],
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user