mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
chore: remove unused files (#3466)
This commit is contained in:
@@ -8,4 +8,8 @@ globalThis.runtimeConfig = getRuntimeConfig({
|
||||
channel: 'canary',
|
||||
});
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
window.location.search = '?prefixUrl=http://127.0.0.1:3010/';
|
||||
}
|
||||
|
||||
setupGlobal();
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
if (typeof window !== 'undefined') {
|
||||
window.location.search = '?prefixUrl=http://127.0.0.1:3000/';
|
||||
}
|
||||
Reference in New Issue
Block a user