Newer
Older
ExoLauncher / launch.ps1
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 7 hours ago 370 bytes Initial commit: ExoLauncher Desktop App with SSE and cleaned structure
Write-Host "🚀 Launching ExoLauncher App (Tauri)..." -ForegroundColor Cyan

# ルートディレクトリで tauri dev を起動
# これにより、バックエンド(Rust)とフロントエンド(Vite)が統合されたデスクトップアプリが立ち上がります。
Write-Host "[1/1] Tauri アプリを起動中..." -ForegroundColor Yellow
npm run tauri dev