UNPKG

okam-build

Version:

The build tool for Okam develop framework

14 lines (9 loc) 241 B
/** * @file Toutiao mini program build task manager * @author sparklewhy@gmail.com */ 'use strict'; const BuildManager = require('../BuildManager'); class BuildTTAppManager extends BuildManager { } module.exports = BuildTTAppManager;