Stage 251

This commit is contained in:
Abdussamed ULUTAŞ 2022-12-22 23:27:24 +03:00
parent 9338c59ab0
commit 6bee146f4a
1 changed files with 1 additions and 1 deletions

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": {