cordova-react-vite 3.0.3 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/execute.js +1 -1
- package/package.json +1 -1
package/execute.js
CHANGED
|
@@ -45,7 +45,7 @@ function main() {
|
|
|
45
45
|
|
|
46
46
|
// ---- React Vite ----
|
|
47
47
|
console.log("📦 create project React (Vite)...");
|
|
48
|
-
run(`npm create vite@latest react -- --template react`, rootPath);
|
|
48
|
+
run(`npm create vite@latest react -- --template react-ts`, rootPath);
|
|
49
49
|
run(`npm install`, path.join(rootPath, "react"));
|
|
50
50
|
// install aio-cordova
|
|
51
51
|
console.log("📦 install aio-cordova in React...");
|