mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
import application = require("application");
|
|
|
|
// Remove this in the AppBuilder templates
|
|
application.cssFile = "template-settings/app.css"
|
|
|
|
application.mainModule = "main-page";
|
|
application.start();
|