From 81b0922c93a4341bcd82db92208b7095a25301b2 Mon Sep 17 00:00:00 2001 From: Norbiros Date: Sun, 1 Sep 2024 23:57:13 +0200 Subject: [PATCH] chore(theseus): Updated Tauri links to v2 (#2345) --- apps/app-frontend/vite.config.ts | 4 ++-- apps/app/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/app-frontend/vite.config.ts b/apps/app-frontend/vite.config.ts index fe9120d3c..3f88715a9 100644 --- a/apps/app-frontend/vite.config.ts +++ b/apps/app-frontend/vite.config.ts @@ -42,8 +42,8 @@ export default defineConfig({ port: 1420, strictPort: true, }, - // to make use of `TAURI_DEBUG` and other env variables - // https://tauri.studio/v1/api/config#buildconfig.beforedevcommand + // to make use of `TAURI_ENV_DEBUG` and other env variables + // https://v2.tauri.app/reference/environment-variables/#tauri-cli-hook-commands envPrefix: ['VITE_', 'TAURI_'], build: { // Tauri supports es2021 diff --git a/apps/app/README.md b/apps/app/README.md index ad45b2635..298a7dced 100644 --- a/apps/app/README.md +++ b/apps/app/README.md @@ -15,7 +15,7 @@ Before you begin, ensure you have the following installed on your machine: - [Node.js](https://nodejs.org/en/) - [pnpm](https://pnpm.io/) - [Rust](https://www.rust-lang.org/tools/install) -- [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites/#installing) +- [Tauri](https://v2.tauri.app/start/prerequisites/) ### Setup