Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harana-bot committed Feb 12, 2024
1 parent 8688310 commit 5a66636
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-artifacts/dist/index.js

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions .github/workflows/publish-search-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@ jobs:
if_true: ${{ steps.ref.outputs.replaced }}
if_false: ${{ steps.ref.outputs.replaced }}-${{ steps.short-sha.outputs.sha }}

- name: Setup Cache
run: |
mkdir -p /opt/cache/cargo_git_cache
mkdir -p /opt/cache/cargo_registry_cache
mkdir -p /opt/cache/coursier_cache
mkdir -p /opt/cache/ivy2_cache
mkdir -p /opt/cache/sbt_cache
mkdir -p ~/.cache
mkdir -p ~/.cargo
mkdir -p ~/.ivy2
mkdir -p ~/.sbt
- name: Install Apple API key
if: ${{ runner.os == 'macOS' }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "pnpm run build",
"beforeDevCommand": "pnpm run dev",
"devPath": "http://localhost:1420",
"beforeDevCommand": "pnpm run dev -- --port 20420",
"devPath": "http://localhost:20420",
"distDir": "../dist",
"withGlobalTauri": true
},
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig(async () => ({
],
clearScreen: false,
server: {
port: 1420,
port: 20420,
strictPort: true,
},
envPrefix: ['VITE_', 'TAURI_'],
Expand Down

0 comments on commit 5a66636

Please sign in to comment.