use axios for wizard API config

This commit is contained in:
Zhi
2026-03-13 19:27:16 +00:00
parent 2e6db75472
commit 9085e69907

View File

@@ -1,6 +0,0 @@
import { test, expect } from '@playwright/test';
test('has title', async ({ page }) => {
await page.goto('/');
await expect(page).toHaveTitle(/HarborForge/);
});