Initial commit.

This commit is contained in:
2023-12-30 00:42:13 +00:00
commit 3d8bb29c55
15 changed files with 213 additions and 0 deletions

23
roku-config.js Normal file
View 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"
}
});