UNPKG

ccos-cli

Version:

This is a command line interface toolkit. It is used for generating and managing example code for CoocaaOS running on Skyworth/Coocaa TV webos API.

31 lines (28 loc) 763 B
'use strict' const path = require('path') module.exports = { dev: { ftpConnection: { host: "172.20.135.54", user: "appuser", password: "你的密码" }, serverDomain: 'beta-webapp.skysrt.com', serverDir: 'aaa/bbb', //只支持已存在目录下创建一层目录 localPort: 3003, localDistDir: path.join(__dirname, '../dist'), localSrcDir: path.join(__dirname, '../src'), entry: 'index.html' }, build: { ftpConnection: { host: '', user: '', password: '' }, serverDomain: '', serverDir: '', localDistDir: path.join(__dirname, '../dist'), entry: 'index.html' } }