Initial commit.
This commit is contained in:
23
roku-config.js
Normal file
23
roku-config.js
Normal file
@@ -0,0 +1,23 @@
|
||||
module.exports = () => ({
|
||||
app: {
|
||||
entryPoint: "./src/index.jsx",
|
||||
clientEntryPoint: "./src/client-entry-point.mjs",
|
||||
packageEntryPoint: "./src/package/package.mjs",
|
||||
name: "Banvor",
|
||||
developerId: "0",
|
||||
useRealReact: true
|
||||
},
|
||||
publish: {
|
||||
defaultAlias: "qa",
|
||||
defaultV8Alias: "production"
|
||||
},
|
||||
cloudland: {
|
||||
isCloudland: true
|
||||
},
|
||||
developer: {
|
||||
username: "banvor.vostan.org@gmail.com"
|
||||
},
|
||||
package: {
|
||||
defaultOrigin: "https://banvor.vostan.org/roku/banvor/v/1"
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user