1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-17 14:36:09 +02:00

app -> create

This commit is contained in:
Kushagra Gour
2024-05-01 15:13:21 +05:30
parent 3b26fb7fb7
commit 1bdc405ac2
5 changed files with 13 additions and 13 deletions

View File

@@ -9,13 +9,13 @@ At rare times, you might find yourself in a situation where you are not able to
Say, you want to turn off `autoPreview` (which runs your code automatically on fresh launch and then on subsequent changes). You can do so by opening the following URL:
```
https://webmaker.app/app?settings=autoPreview:false
https://webmaker.app/create?settings=autoPreview:false
```
Say, you want to turn off monaco editor also:
```
https://webmaker.app/app?settings=autoPreview:false,isMonacoEditorOn:false
https://webmaker.app/create?settings=autoPreview:false,isMonacoEditorOn:false
```
**Note**: Currently overrides work only for `autoPreview` and `isMonacoEditorOn` options. More coming soon.