diff --git a/docs/index.html b/docs/index.html index 137f2e9..886a916 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,5 +5,10 @@ Docs + diff --git a/index.html b/index.html deleted file mode 100644 index cad9d0b..0000000 --- a/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - Playground - - -
Playground
- - - - diff --git a/package.json b/package.json index b30e2a2..c5b1bd6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "types" ], "scripts": { - "dev": "vite", + "dev": "vite docs", "lint": "eslint src", "test": "vitest", "build": "vite build && tsc --project tsconfig.build.json",