fix(core): update

This commit is contained in:
2022-07-17 18:44:54 +02:00
commit b51762338a
14 changed files with 11583 additions and 0 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@uptime.link/cli',
version: '1.0.2',
description: 'the cli for uptime.link'
}

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './uplcli.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';

2
ts/uplcli.plugins.ts Normal file
View File

@ -0,0 +1,2 @@
const removeme = {};
export { removeme };