Skip to content

Commit 8710efb

Browse files
committed
chore: fix building site for cf (#2757)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent c827b91 commit 8710efb

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"file-loader": "^6.2.0",
9595
"prettier": "^2.8.8",
9696
"prettier-plugin-tailwindcss": "^0.3.0",
97+
"tsx": "^4.20.3",
9798
"typescript": "^5.1.6",
9899
"vite-node": "^2.1.1",
99100
"yaml": "^2.3.1"

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15981,6 +15981,7 @@ __metadata:
1598115981
socket.io-client: "npm:^4.7.1"
1598215982
tailwindcss: "npm:^3.3.0"
1598315983
tm-themes: "npm:^1.10.7"
15984+
tsx: "npm:^4.20.3"
1598415985
typescript: "npm:^5.1.6"
1598515986
unified: "npm:^10.1.2"
1598615987
unist-util-filter: "npm:^4.0.1"
@@ -17736,6 +17737,22 @@ __metadata:
1773617737
languageName: node
1773717738
linkType: hard
1773817739

17740+
"tsx@npm:^4.20.3":
17741+
version: 4.20.3
17742+
resolution: "tsx@npm:4.20.3"
17743+
dependencies:
17744+
esbuild: "npm:~0.25.0"
17745+
fsevents: "npm:~2.3.3"
17746+
get-tsconfig: "npm:^4.7.5"
17747+
dependenciesMeta:
17748+
fsevents:
17749+
optional: true
17750+
bin:
17751+
tsx: dist/cli.mjs
17752+
checksum: 10c0/6ff0d91ed046ec743fac7ed60a07f3c025e5b71a5aaf58f3d2a6b45e4db114c83e59ebbb078c8e079e48d3730b944a02bc0de87695088aef4ec8bbc705dc791b
17753+
languageName: node
17754+
linkType: hard
17755+
1773917756
"tunnel-agent@npm:^0.6.0":
1774017757
version: 0.6.0
1774117758
resolution: "tunnel-agent@npm:0.6.0"

0 commit comments

Comments
 (0)