mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 07:17:00 +08:00
feat: add publish workspace page list and workspace page
This commit is contained in:
@@ -11,10 +11,12 @@ const EDITOR_VERSION = enableDebugLocal
|
||||
|
||||
const profileTarget = {
|
||||
ac: '100.85.73.88:12001',
|
||||
dev: '100.77.180.48:11001',
|
||||
dev: '192.168.65.20:3000',
|
||||
local: '127.0.0.1:3000',
|
||||
};
|
||||
|
||||
// 100.77.180.48:11001
|
||||
|
||||
const getRedirectConfig = profile => {
|
||||
const target = profileTarget[profile || 'dev'] || profileTarget['dev'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user