Add embeddir

This commit is contained in:
2025-12-17 07:26:43 -06:00
parent 73bd9f94d3
commit 69b9343d71
9 changed files with 692 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
func WebAppMain(args)
{
return new FileServer(embeddir("wwwroot"),false,false);
}
func main(args)
{
throw "Error";
Console.WriteLine("use crosslang webapp-test to test");
}