Skip to content

Commit

Permalink
chore: artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 7, 2024
1 parent fc55f97 commit d470b47
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src-tauri/gen/schemas/android-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,11 @@
"type": "string",
"const": "holochain-foreground-service:allow-install-app"
},
{
"description": "Enables the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:allow-is-app-installed"
},
{
"description": "Enables the launch command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -1686,6 +1691,11 @@
"type": "string",
"const": "holochain-foreground-service:deny-install-app"
},
{
"description": "Denies the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:deny-is-app-installed"
},
{
"description": "Denies the launch command without any pre-configured scope.",
"type": "string",
Expand Down
10 changes: 10 additions & 0 deletions src-tauri/gen/schemas/desktop-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,11 @@
"type": "string",
"const": "holochain-foreground-service:allow-install-app"
},
{
"description": "Enables the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:allow-is-app-installed"
},
{
"description": "Enables the launch command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -1686,6 +1691,11 @@
"type": "string",
"const": "holochain-foreground-service:deny-install-app"
},
{
"description": "Denies the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:deny-is-app-installed"
},
{
"description": "Denies the launch command without any pre-configured scope.",
"type": "string",
Expand Down
10 changes: 10 additions & 0 deletions src-tauri/gen/schemas/linux-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,11 @@
"type": "string",
"const": "holochain-foreground-service:allow-install-app"
},
{
"description": "Enables the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:allow-is-app-installed"
},
{
"description": "Enables the launch command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -1686,6 +1691,11 @@
"type": "string",
"const": "holochain-foreground-service:deny-install-app"
},
{
"description": "Denies the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:deny-is-app-installed"
},
{
"description": "Denies the launch command without any pre-configured scope.",
"type": "string",
Expand Down
10 changes: 10 additions & 0 deletions src-tauri/gen/schemas/mobile-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,11 @@
"type": "string",
"const": "holochain-foreground-service:allow-install-app"
},
{
"description": "Enables the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:allow-is-app-installed"
},
{
"description": "Enables the launch command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -1686,6 +1691,11 @@
"type": "string",
"const": "holochain-foreground-service:deny-install-app"
},
{
"description": "Denies the is_app_installed command without any pre-configured scope.",
"type": "string",
"const": "holochain-foreground-service:deny-is-app-installed"
},
{
"description": "Denies the launch command without any pre-configured scope.",
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"devUrl": "http://localhost:1420",
"devUrl": "http://localhost:1425",
"frontendDist": "../dist"
},
"app": {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig({
// tauri expects a fixed port, fail if that port is not available
server: {
host: host || false,
port: 1420,
port: 1425,
strictPort: true,
hmr: host ? {
protocol: 'ws',
Expand Down

0 comments on commit d470b47

Please sign in to comment.