mv binary to root

This commit is contained in:
Ildar Kamalov
2025-01-31 18:37:02 +03:00
parent 216ba0fdde
commit 215036b4bc
2 changed files with 4 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ export default defineConfig({
webServer: {
stdout: process.env.CI ? 'pipe' : 'ignore',
command: process.env.CI
? '/tmp/adguard/AdGuardHome --local-frontend -v'
? '/AdGuardHome --local-frontend -v'
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
url: 'http://127.0.0.1:3000',
cwd: '..',