mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
refactor(editor): remove default entry (#9600)
This commit is contained in:
@@ -36,7 +36,7 @@ declare global {
|
||||
}
|
||||
|
||||
export const defaultPlaygroundURL = new URL(
|
||||
`http://localhost:${process.env.CI ? 4173 : 5173}/starter/`
|
||||
`http://localhost:${process.env.CI ? 4173 : 5173}/`
|
||||
);
|
||||
|
||||
const NEXT_FRAME_TIMEOUT = 50;
|
||||
|
||||
Reference in New Issue
Block a user