mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fix the template-settings app paths
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import application = require("application");
|
import application = require("application");
|
||||||
|
|
||||||
// Remove this in the AppBuilder templates
|
// Remove this in the AppBuilder templates
|
||||||
application.cssFile = "app/template-settings/app.css"
|
application.cssFile = "template-settings/app.css"
|
||||||
|
|
||||||
application.mainModule = "app/main-page";
|
application.mainModule = "main-page";
|
||||||
application.start();
|
application.start();
|
||||||
|
Reference in New Issue
Block a user