Beta to stable #5

Merged
saqut merged 37 commits from beta into stable 2022-12-25 23:24:56 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6bee146f4a - Show all commits

View File

@ -4,7 +4,7 @@
"description": "Mikro WebSocket Engine", "description": "Mikro WebSocket Engine",
"scripts": { "scripts": {
"compile": "parcel watch --no-hmr", "compile": "parcel watch --no-hmr",
"build": "Remove-Item -Recurse ./.parcel-cache/;parcel build" "build": "parcel build"
}, },
"source": "./frontend/index.ts", "source": "./frontend/index.ts",
"targets": { "targets": {