@ionyx-apps/cli 0.4.5 → 0.4.7

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/bin/ionyx.exe CHANGED
Binary file
@@ -22,6 +22,8 @@ open_devtools = false
22
22
 
23
23
  [build]
24
24
  before_dev_command = "npm run dev"
25
- dev_url = "http://127.0.0.1:5173"
25
+ dev_url = "http://localhost:5173"
26
26
  frontend_dist = "../frontend/dist"
27
27
 
28
+
29
+
@@ -22,6 +22,8 @@ open_devtools = false
22
22
 
23
23
  [build]
24
24
  before_dev_command = "npm run dev"
25
- dev_url = "http://127.0.0.1:5173"
25
+ dev_url = "http://localhost:5173"
26
26
  frontend_dist = "../frontend/dist"
27
27
 
28
+
29
+
@@ -22,6 +22,8 @@ open_devtools = false
22
22
 
23
23
  [build]
24
24
  before_dev_command = "npm run dev"
25
- dev_url = "http://127.0.0.1:5173"
25
+ dev_url = "http://localhost:5173"
26
26
  frontend_dist = "../frontend/dist"
27
27
 
28
+
29
+
@@ -22,6 +22,8 @@ open_devtools = false
22
22
 
23
23
  [build]
24
24
  before_dev_command = "npm run dev"
25
- dev_url = "http://127.0.0.1:5173"
25
+ dev_url = "http://localhost:5173"
26
26
  frontend_dist = "../frontend/dist"
27
27
 
28
+
29
+
@@ -22,6 +22,8 @@ open_devtools = false
22
22
 
23
23
  [build]
24
24
  before_dev_command = "npm run dev"
25
- dev_url = "http://127.0.0.1:5173"
25
+ dev_url = "http://localhost:5173"
26
26
  frontend_dist = "../frontend/dist"
27
27
 
28
+
29
+
@@ -22,6 +22,8 @@ open_devtools = false
22
22
 
23
23
  [build]
24
24
  before_dev_command = "npm run dev"
25
- dev_url = "http://127.0.0.1:5173"
25
+ dev_url = "http://localhost:5173"
26
26
  frontend_dist = "../frontend/dist"
27
27
 
28
+
29
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionyx-apps/cli",
3
- "version": "0.4.5",
3
+ "version": "0.4.7",
4
4
  "description": "Ionyx Framework CLI - High-performance desktop apps with Rust and WebGPU",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",