able-baker/example-script/run__.tsx

9 lines
127 B
TypeScript

import Configure from ">able/run.tsx";
Configure({
Start:"/app.tsx",
Serve()
{
return false;
}
})