diff --git a/.cursor/worktrees.json b/.cursor/worktrees.json deleted file mode 100644 index bf9e730..0000000 --- a/.cursor/worktrees.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "setup-worktree": ["pnpm install"] -} diff --git a/.gitignore b/.gitignore index feb03c5..c2283c8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ dist-ssr # opensrc - source code for packages opensrc/ + +.turbo +*.tsbuildinfo \ No newline at end of file diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 0000000..38bf73a --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1 @@ +pnpm commitlint --edit ${1} diff --git a/biome.json b/biome.json index 6b38be3..ee7c6a1 100644 --- a/biome.json +++ b/biome.json @@ -14,7 +14,8 @@ "!**/.vscode", "!**/routeTree.gen.ts", "!**/client-factory.ts", - "!**/api-schemas.ts" + "!**/api-schemas.ts", + "!**/opensrc" ] }, "formatter": { diff --git a/commitlint.config.cjs b/commitlint.config.cjs new file mode 100644 index 0000000..69b4242 --- /dev/null +++ b/commitlint.config.cjs @@ -0,0 +1,3 @@ +module.exports = { + extends: ["@commitlint/config-conventional"], +}; diff --git a/components.json b/components.json deleted file mode 100644 index 7934967..0000000 --- a/components.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "https://ui.shadcn.com/schema.json", - "style": "base-vega", - "rsc": false, - "tsx": true, - "tailwind": { - "config": "", - "css": "src/styles.css", - "baseColor": "zinc", - "cssVariables": true, - "prefix": "" - }, - "aliases": { - "components": "@/components", - "utils": "@/lib/utils", - "ui": "@/components/ui", - "lib": "@/lib", - "hooks": "@/hooks" - }, - "iconLibrary": "lucide" -} diff --git a/index.html b/index.html index b92d082..0e4aacb 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,6 @@
- +