Kev Thompson
08/02/2024, 9:52 AMNick
08/02/2024, 3:18 PMmain
fun in a runnable project. so the site can't depend on a project w/ main
, even if it never uses the class that has it. therefore, i had to create libs for the apps and have both the site (DocApps
) and their stand-alone form (*Runner
).
this means you need to run the Todo example from the TodoRunner
project using jsBrowser*Run
, wasmJsBrowser*Run
etc.