mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
refactor!: next generation AFFiNE code structure (#1176)
This commit is contained in:
6
apps/web/preset.config.mjs
Normal file
6
apps/web/preset.config.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'dotenv/config';
|
||||
|
||||
export default {
|
||||
enableIndexedDBProvider: Boolean(process.env.ENABLE_IDB_PROVIDER ?? '1'),
|
||||
prefetchWorkspace: Boolean(process.env.PREFETCH_WORKSPACE ?? '1'),
|
||||
};
|
||||
Reference in New Issue
Block a user