mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +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();
|