fix path issues

This commit is contained in:
wass08
2026-01-16 09:23:39 +09:00
parent fbd050ad73
commit 45a34d7df6
9 changed files with 134 additions and 45 deletions
+1 -5
View File
@@ -17,13 +17,9 @@
"three": "^0.182"
},
"devDependencies": {
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"@repo/typescript-config": "*",
"@types/react": "^19.2.2",
"three": "^0.182",
"typescript": "5.9.2",
"@types/three": "^0.182.0"
"typescript": "5.9.2"
},
"dependencies": {
"dedent": "^1.7.1",
-3
View File
@@ -18,11 +18,8 @@
"three": "^0.182"
},
"devDependencies": {
"@react-three/drei": "^10",
"@react-three/fiber": "^9",
"@repo/typescript-config": "*",
"@types/react": "^19.2.2",
"three": "^0.182",
"typescript": "5.9.2",
"@types/three": "^0.182.0"
}
@@ -30,6 +30,7 @@ const Viewer: React.FC<ViewerProps> = ({ children }) => {
shadows
camera={{ position: [3, 3, 3], fov: 50 }}
>
<color attach="background" args={["#ececec"]} />
<OrbitControls />
<Environment preset="sunset" />
<Bvh>
+1 -1
View File
@@ -1 +1 @@
export { default as Viewer } from "./components/viewer/viewer"
export { default as Viewer } from "./components/viewer/viewer";