Skip to content

Commit f29d240

Browse files
committed
refactor: directory change listener
1 parent c8492f3 commit f29d240

File tree

18 files changed

+712
-739
lines changed

18 files changed

+712
-739
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"start": "yarn dev",
20-
"serve": "live-server ./out/src --no-browser",
20+
"serve": "live-server --port=1234 ./out/src --no-browser",
2121
"dev": "yarn compile && concurrently --kill-others \"yarn compile:watch\" \"yarn sass:watch\" \"yarn serve\" \"tauri dev\"",
2222
"clean": "rimraf out",
2323
"sass": "sass src/Public/style.scss out/src/Public/style.css",

0 commit comments

Comments
 (0)