9 lines
127 B
TypeScript
9 lines
127 B
TypeScript
|
import Configure from ">able/run.tsx";
|
||
|
|
||
|
Configure({
|
||
|
Start:"/app.tsx",
|
||
|
Serve()
|
||
|
{
|
||
|
return false;
|
||
|
}
|
||
|
})
|