diff options
author | crupest <crupest@outlook.com> | 2023-08-16 17:07:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-16 17:07:35 +0800 |
commit | eec2e74a928f6448a0503e003d8afa693730b365 (patch) | |
tree | dd31e103d5b5fee817ffc146eee30c71ff19daee /FrontEnd | |
parent | 0d81fa8b0971fe99329a7a773e42d7b879000406 (diff) | |
download | timeline-eec2e74a928f6448a0503e003d8afa693730b365.tar.gz timeline-eec2e74a928f6448a0503e003d8afa693730b365.tar.bz2 timeline-eec2e74a928f6448a0503e003d8afa693730b365.zip |
Fix dev server ws.
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 950670f4..42cf9a6f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -3,7 +3,7 @@ "version": "0.4.0", "source": "index.html", "scripts": { - "start": "parcel --port 5678", + "start": "parcel --port 5678 --hmr-port 6789", "build": "tsc && parcel build", "type-check": "tsc", "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx", |