initial commit
This commit is contained in:
commit
5582d09293
242 changed files with 946236 additions and 0 deletions
4
src/index.ts
Normal file
4
src/index.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export function config(): Record<string, string> {
|
||||
console.log("TEST config");
|
||||
return { test: 'test' };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue