Skip to content

Commit

Permalink
docs: kit v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Jan 4, 2024
1 parent dbd3fd9 commit 839d7f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Contribute to the project, or use **drab** as a template for another component l

1. Clone the [repository](https://github.com/rossrobino/drab)
2. `bun i`
3. `bun run dev`
3. `bun dev`

#### Add or edit a component

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^4.0.4",
"@sveltejs/kit": "^1.29.1",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/package": "^2.2.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
Expand All @@ -81,4 +82,4 @@
"uico": "^0.2.1",
"vite": "^5.0.10"
}
}
}
2 changes: 1 addition & 1 deletion src/site/md/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Contribute to the project, or use **drab** as a template for another component l

1. Clone the [repository](https://github.com/rossrobino/drab)
2. `bun i`
3. `bun run dev`
3. `bun dev`

#### Add or edit a component

Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import adapter from "@sveltejs/adapter-vercel";
import { vitePreprocess } from "@sveltejs/kit/vite";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down

1 comment on commit 839d7f3

@vercel
Copy link

@vercel vercel bot commented on 839d7f3 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.