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