refactor(editor): remove default entry (#9600)

This commit is contained in:
Yifeng Wang
2025-01-09 14:01:48 +08:00
committed by GitHub
parent 422bac6cbe
commit cac0b7fd66
9 changed files with 13 additions and 384 deletions
@@ -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;