This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-serve.git
The following commit(s) were added to refs/heads/master by this push: new e63b790 feat: app electron support (#76) e63b790 is described below commit e63b7901f286b48452efca73ca57ffea60d03280 Author: エリス <er...@users.noreply.github.com> AuthorDate: Fri Aug 22 01:32:33 2025 +0900 feat: app electron support (#76) --- src/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.js b/src/util.js index 6b79e38..3c1d704 100644 --- a/src/util.js +++ b/src/util.js @@ -27,6 +27,7 @@ const path = require('node:path'); const platforms = { android: { www_dir: 'app/src/main/assets/www' }, browser: { www_dir: 'www' }, + electron: { www_dir: 'www' }, ios: { www_dir: 'www' } }; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org