mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor!: next generation AFFiNE code structure (#1176)
This commit is contained in:
10
scripts/vitest/next-config-mock.ts
Normal file
10
scripts/vitest/next-config-mock.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default function getConfig() {
|
||||
return {
|
||||
publicRuntimeConfig: {
|
||||
serverAPI: 'http://localhost:3000/api',
|
||||
enableIndexedDBProvider: true,
|
||||
editorVersion: 'UNKNOWN',
|
||||
prefetchWorkspace: false,
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user