mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
refactor!: remove next.js (#3267)
This commit is contained in:
+8
-1
@@ -7,10 +7,17 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["vitest.config.ts", "scripts", "packages/cli/src"],
|
||||
"include": [
|
||||
"vitest.config.ts",
|
||||
"scripts",
|
||||
"apps/core/.webpack/runtime-config.ts"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "./packages/env"
|
||||
},
|
||||
{
|
||||
"path": "./packages/cli"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user