Compare commits

...

1 Commits

Author SHA1 Message Date
John Lancaster
869400a258 more scripts 2025-09-13 13:38:33 -05:00

View File

@@ -52,7 +52,11 @@
''; '';
scripts.test-import.exec = '' scripts.test-import.exec = ''
${pkgs.uv}/bin/uv run --locked python -c "import py_leptos" ${pkgs.uv}/bin/uv run --locked python -c "import pyo3_server"
'';
scripts.serve.exec = ''
trunk serve --port 3000 --open
''; '';
enterShell = '' enterShell = ''