Added a workflow to let the agent automatically deploy frontend onto the esp32.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"build:esp32": "vite build && node scripts/gzip.js",
|
||||
"ota:package": "node scripts/package.js",
|
||||
"ota:bundle": "npm run ota:package && node scripts/bundle.js",
|
||||
"ota:deploy": "node scripts/deploy.js --frontend",
|
||||
"ota:deploy-bundle": "node scripts/deploy.js --bundle",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user