We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26655e5 commit 2b3e93fCopy full SHA for 2b3e93f
pyproject.toml
@@ -53,7 +53,7 @@ installer = "uv"
53
[[tool.hatch.build.hooks.build-scripts.scripts]]
54
commands = [
55
"bun install --cwd src/js",
56
- "bun build src/js/src/index.js --outfile src/reactpy_router/static/bundle.js --minify",
+ "bun build src/js/src/index.ts --outfile src/reactpy_router/static/bundle.js --minify",
57
]
58
artifacts = []
59
0 commit comments