We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483d7c3 commit adc0598Copy full SHA for adc0598
.gitignore
@@ -57,3 +57,6 @@ k6-v*arm64
57
test-results/
58
playwright-report/
59
playwright/.cache/
60
+
61
+# svelte output
62
+ab-testing/frontend/output
ab-testing/frontend/README.md
@@ -4,7 +4,7 @@ This is a simple UI showing the key details of currently active A/B tests and th
4
5
## Developing
6
7
-Install dependencies with `deno install` (or `pnpm install`), then start a development server:
+Install dependencies with `deno install`, then start a development server:
8
9
```bash
10
deno run dev
0 commit comments