UNPKG

@gasket/plugin-typescript

Version:
9 lines (8 loc) 233 B
// Imports use the .js to support a type module application // See README for more information import gasket from './gasket.js'; {{#if nextDevProxy }} gasket.actions.startProxyServer(); {{else}} gasket.actions.startServer(); {{/if}}