mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
8 lines
186 B
TypeScript
8 lines
186 B
TypeScript
import application = require("application");
|
|
application.mainModule = "main-page";
|
|
|
|
// Remove this in the AppBuilder templates
|
|
application.cssFile = "./app.css"
|
|
|
|
application.start();
|