We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2636c9 commit 87b17d9Copy full SHA for 87b17d9
apps/template-blank/app.ts
@@ -1,7 +1,7 @@
1
import application = require("application");
2
-application.mainModule = "app/main-page";
+application.mainModule = "main-page";
3
4
// Remove this in the AppBuilder templates
5
-application.cssFile = "app/template-blank/app.css"
+application.cssFile = "template-blank/app.css"
6
7
application.start();
0 commit comments