UNPKG

huncwot

Version:

A Programming Environment for TypeScript apps built on top of VS Code

10 lines (7 loc) 238 B
// Copyright Zaiste. All rights reserved. // Licensed under the Apache License, Version 2.0 const { handler } = require('./background/start'); module.exports = { builder: _ => _.commandDir('background', { alias: 'bg' }), handler };