mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-16 10:44:30 +01:00
ui
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"watch:css": "nodemon -q -w frontend/styles --ext \".\" --exec \"npm run build:css\"",
|
||||
"watch:js": "nodemon -q -w frontend/scripts --ext \".\" --exec \"npm run build:js\"",
|
||||
"watch:config": "nodemon -q -w config --ext \".\" --exec \"npm run cp:config\"",
|
||||
"watch:livereload": "cd data && live-server",
|
||||
"watch:livereload": "cd data && live-server --port=3000",
|
||||
"build:fs": "pio run -t buildfs",
|
||||
"upload:fs": "pio run -t uploadfs",
|
||||
"build:firmware": "pio run -t clean && pio run",
|
||||
|
||||
Reference in New Issue
Block a user