fix asset links
This commit is contained in:
parent
a778631488
commit
da4ecd6305
5 changed files with 18 additions and 15 deletions
|
|
@ -12,6 +12,9 @@
|
|||
(writeShellScriptBin "serve" ''
|
||||
python generate.py && python watch.py
|
||||
'')
|
||||
(writeShellScriptBin "build" ''
|
||||
python generate.py
|
||||
'')
|
||||
];
|
||||
shellHook = ''
|
||||
uv sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue