mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
import application = require("application");
|
|
application.mainModule = "main-page";
|
|
|
|
// Needed only for build infrastructure
|
|
application.cssFile = "app.css";
|
|
|
|
application.start();
|