@simbatech/simbatechsite 1.0.1 → 1.0.3

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ simbatechsite 3000
19
19
 
20
20
  # With custom subdomain
21
21
  simbatechsite 3000 -s myapp
22
- # → https://myapp.simbatech.link
22
+ # → https://myapp.simbatech.site
23
23
  ```
24
24
 
25
25
  ## CLI Options
package/index.js CHANGED
@@ -25,7 +25,7 @@ const packageJson = require("./package.json");
25
25
  const CONFIG = {
26
26
  PACKAGE_NAME: packageJson.name,
27
27
  CURRENT_VERSION: packageJson.version,
28
- BACKEND_URL: "https://simbatechsite.wanolink.workers.dev",
28
+ BACKEND_URL: "https://api.simbatech.site",
29
29
  DEFAULT_PORT: 8080,
30
30
  SUBDOMAIN_PREFIX: "user-",
31
31
  TUNNEL_TIMEOUT_HOURS: 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simbatech/simbatechsite",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Tunnel HTTP/HTTPS connections via Cloudflare Edge with custom subdomains",
5
5
  "type": "module",
6
6
  "main": "index.js",