Skip to content

Commit

Permalink
🎉 v0.9.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Difficulty authored Sep 5, 2023
2 parents e61c419 + efbc090 commit 0093f32
Show file tree
Hide file tree
Showing 60 changed files with 1,683 additions and 1,004 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/test-results/
/playwright-report/
/playwright/.cache/
13 changes: 13 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.postcss",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}
Loading

0 comments on commit 0093f32

Please sign in to comment.