mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
changed mainModule to start(entry)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import application = require("application");
|
||||
application.mainModule = "main-page";
|
||||
|
||||
// Remove this in the AppBuilder templates
|
||||
application.cssFile = "./app.css"
|
||||
|
||||
application.start();
|
||||
application.start({ moduleName: "main-page" });
|
||||
Reference in New Issue
Block a user