This commit is contained in:
2025-08-13 09:48:56 +02:00
parent 55f0621983
commit 0845feffac
9 changed files with 182 additions and 89 deletions

View File

@@ -35,7 +35,7 @@ pub fn (mut s DocSite) build_dev_publish() ! {
osal.exec(
cmd: '
cd ${s.path_build.path}
bun run build
bun run buildp
'
retry: 0
)!