feat: implemented a basic store and emulatorjs
This commit is contained in:
parent
2f32cbc730
commit
7286541822
121 changed files with 5900 additions and 1092 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -9,7 +9,7 @@
|
|||
"internalConsoleOptions": "neverOpen",
|
||||
"request": "attach",
|
||||
"name": "Attach Bun",
|
||||
"url": "ws://127.0.0.1:9229/fixed-session",
|
||||
"url": "ws://127.0.0.1:9228/fixed-session",
|
||||
"localRoot": "${workspaceFolder}",
|
||||
"stopOnEntry": false,
|
||||
},
|
||||
|
|
|
|||
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
|
|
@ -38,6 +38,11 @@
|
|||
"label": "Start Dev (Hot Reload)",
|
||||
"type": "shell",
|
||||
"command": "bun run dev:hmr",
|
||||
"options": {
|
||||
"env": {
|
||||
"FORCE_BROWSER": "false"
|
||||
}
|
||||
},
|
||||
"isBackground": true,
|
||||
"problemMatcher": [],
|
||||
"presentation": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue