Skip to content

Commit

Permalink
added src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CoopTRUE committed May 21, 2024
1 parent cffa820 commit d3198f1
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.37.1",
"@trpc/client": "^11.0.0-rc.374",
"@trpc/react-query": "^11.0.0-rc.374",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fontFamily } from 'tailwindcss/defaultTheme'

export default {
darkMode: ['class'],
content: ['app/**/*.{ts,tsx}', 'components/**/*.{ts,tsx}'],
content: ['./src/app/**/*.{ts,tsx}', './src/components/**/*.{ts,tsx}'],
theme: {
container: {
center: true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"paths": {
"@/*": ["./*"]
"@/*": ["./src/*"]
},
"target": "ES2017"
},
Expand Down

0 comments on commit d3198f1

Please sign in to comment.