This commit is contained in:
2025-08-06 13:00:51 +02:00
parent 3bca5f661e
commit 2667856633
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import freeflowuniverse.herolib.core.playcmds
mut plbook := heroscript.new(
playcmds.run(
heroscript: '
!!docusaurus.define

View File

@@ -14,7 +14,6 @@ playcmds.run(
url:"https://openrouter.ai/api/v1"
model_default:"gpt-oss-120b"
'
heroscript_path:''
reset: false
)!

View File

@@ -5,7 +5,7 @@ import freeflowuniverse.herolib.web.site
pub fn play(mut plbook PlayBook) ! {
if !plbook.exists_once(filter: 'docusaurus.') {
if !plbook.exists(filter: 'docusaurus.') {
return
}