feat: init @affine/env (#1243)

This commit is contained in:
Himself65
2023-03-01 19:26:55 -06:00
committed by GitHub
parent 71a0951c77
commit 1abab690af
19 changed files with 338 additions and 137 deletions

View File

@@ -4,8 +4,7 @@ import {
getApis,
GoogleAuth,
} from '@affine/datacenter';
import { config } from './env';
import { config } from '@affine/env';
let prefixUrl = '/';
if (typeof window === 'undefined') {