mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
import application = require("application");
|
|
|
|
// Remove this in the AppBuilder templates
|
|
application.cssFile = "./app.css"
|
|
|
|
application.start({ moduleName: "main-page" }); |