able-baker/example-script/run__.tsx

9 lines
127 B
TypeScript
Raw Permalink Normal View History

2023-07-30 09:16:17 -04:00
import Configure from ">able/run.tsx";
Configure({
Start:"/app.tsx",
Serve()
{
return false;
}
})