version 0.2.0 replaces fromer version!

This commit is contained in:
tegwick 2026-05-25 19:32:22 +02:00
parent 9419f166ce
commit 80252baf53
33 changed files with 3434 additions and 478 deletions

View file

@ -15,7 +15,8 @@ export default defineConfig({
{ name: "chromium", use: { ...devices["Desktop Chrome"] } },
],
webServer: {
command: "npx --yes serve -l 4321 examples/whynot-control",
// Serve the entire repo root so showcase + UI kit + assets all resolve via relative URLs.
command: "npx --yes serve -l 4321 .",
url: "http://localhost:4321",
reuseExistingServer: !process.env.CI,
stdout: "ignore",
@ -23,7 +24,6 @@ export default defineConfig({
},
expect: {
toHaveScreenshot: {
// Reasonable tolerance for font hinting / sub-pixel jitter.
maxDiffPixelRatio: 0.005,
},
},