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 a61ef5f  chore!: drop deprecated platforms (#73)
a61ef5f is described below

commit a61ef5f950b96cd650ce70c0887fc86347710257
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Aug 21 13:26:19 2025 +0900

    chore!: drop deprecated platforms (#73)
---
 src/util.js | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/util.js b/src/util.js
index 5cb200f..e58f292 100644
--- a/src/util.js
+++ b/src/util.js
@@ -25,15 +25,9 @@ const path = require('path');
 // into the actual platform.
 
 const platforms = {
-    amazon_fireos: { www_dir: 'assets/www' },
     android: { www_dir: 'assets/www' },
-    blackberry10: { www_dir: 'www' },
     browser: { www_dir: 'www' },
-    firefoxos: { www_dir: 'www' },
-    ios: { www_dir: 'www' },
-    ubuntu: { www_dir: 'www' },
-    windows: { www_dir: 'www' },
-    wp8: { 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

Reply via email to