initial commit
This commit is contained in:
commit
5582d09293
242 changed files with 946236 additions and 0 deletions
9
dist/index.js
vendored
Normal file
9
dist/index.js
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
"use strict";
|
||||
exports.__esModule = true;
|
||||
exports.config = void 0;
|
||||
function config() {
|
||||
console.log("TEST config");
|
||||
return { test: 'test' };
|
||||
}
|
||||
exports.config = config;
|
||||
//# sourceMappingURL=index.js.map
|
Loading…
Add table
Add a link
Reference in a new issue