mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 12:57:42 +08:00
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
import application = require("application");
|
|
|
|
// Needed only for build infrastructure
|
|
application.cssFile = "app.css";
|
|
|
|
application.start({ moduleName: "main-page" });
|