Skip to content

Commit 54346af

Browse files
committed
build layers and secondary-input-sources script
1 parent 73ecb56 commit 54346af

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

examples/layers/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"dependencies": {
3-
"@pmndrs/pointer-events": "workspace:^",
4-
"@react-three/drei": "^9.111.0",
5-
"@react-three/xr": "workspace:^"
6-
},
7-
"scripts": {
8-
"dev": "vite --host"
9-
}
10-
}
2+
"dependencies": {
3+
"@pmndrs/pointer-events": "workspace:^",
4+
"@react-three/drei": "^9.111.0",
5+
"@react-three/xr": "workspace:^"
6+
},
7+
"scripts": {
8+
"dev": "vite --host",
9+
"build": "vite build"
10+
}
11+
}
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"dependencies": {
3-
"@react-three/drei": "^9.109.5",
4-
"@react-three/uikit": "^0.4.1",
5-
"@react-three/uikit-lucide": "^0.4.1",
6-
"@react-three/xr": "workspace:^"
7-
},
8-
"scripts": {
9-
"dev": "vite --host"
10-
}
11-
}
2+
"dependencies": {
3+
"@react-three/drei": "^9.109.5",
4+
"@react-three/uikit": "^0.4.1",
5+
"@react-three/uikit-lucide": "^0.4.1",
6+
"@react-three/xr": "workspace:^"
7+
},
8+
"scripts": {
9+
"dev": "vite --host",
10+
"build": "vite build"
11+
}
12+
}

0 commit comments

Comments
 (0)