15 lines
273 B
GLSL
Executable File
15 lines
273 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -gc none -cg -cc tcc -d use_openssl -enable-globals run
|
|
|
|
import freeflowuniverse.herolib.web.docusaurus
|
|
import os
|
|
|
|
const cfgpath = os.dir(@FILE)
|
|
|
|
docusaurus.new(
|
|
heroscript: '
|
|
|
|
!!docusaurus.add name:"incageninternal"
|
|
path:"${cfgpath}"
|
|
'
|
|
)!
|