Refactor code structure for improved readability and maintainability
Some checks failed
/ print-content (push) Failing after 1m44s
Some checks failed
/ print-content (push) Failing after 1m44s
This commit is contained in:
parent
68ac80ac12
commit
921b67b553
9 changed files with 415 additions and 21 deletions
|
|
@ -14,11 +14,13 @@
|
|||
"dependencies": {
|
||||
"@sun-typeface/suit": "^2.0.5",
|
||||
"astro": "7.3.1",
|
||||
"clsx": "^2.1.1"
|
||||
"clsx": "^2.1.1",
|
||||
"three": "^0.186.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.5.12",
|
||||
"@tailwindcss/vite": "^4.3.3",
|
||||
"@types/three": "^0.185.4",
|
||||
"tailwindcss": "^4.3.3"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue