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