mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
refactor!: remove next.js (#3267)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
import { setupGlobal } from '@affine/env/global';
|
||||
|
||||
import { getRuntimeConfig } from '../../apps/core/.webpack/runtime-config';
|
||||
|
||||
globalThis.runtimeConfig = getRuntimeConfig({
|
||||
distribution: 'browser',
|
||||
mode: 'development',
|
||||
channel: 'canary',
|
||||
});
|
||||
|
||||
setupGlobal();
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
import {
|
||||
blockSuiteFeatureFlags,
|
||||
buildFlags,
|
||||
// @ts-expect-error
|
||||
} from '@affine/web/preset.config.mjs';
|
||||
|
||||
export default function getConfig() {
|
||||
return {
|
||||
publicRuntimeConfig: {
|
||||
PROJECT_NAME: 'AFFiNE Mock',
|
||||
BUILD_DATE: '2021-09-01T00:00:00.000Z',
|
||||
gitVersion: 'UNKNOWN',
|
||||
hash: 'UNKNOWN',
|
||||
appVersion: '0.0.0',
|
||||
editorVersion: '0.0.0',
|
||||
serverAPI: 'http://127.0.0.1:3000/',
|
||||
editorFlags: blockSuiteFeatureFlags,
|
||||
...buildFlags,
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user