fix(core): update

This commit is contained in:
2024-04-30 19:30:19 +02:00
parent d5f8253283
commit d13616d8f6
17 changed files with 5113 additions and 19 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

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

4
ts/fg_docs.plugins.ts Normal file
View File

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

3
ts/index.ts Normal file
View File

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