remove build

This commit is contained in:
James Brumond 2023-08-20 18:59:35 -07:00
parent cf662e3d31
commit 1d7349d7d3
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
build

View File

@ -1,7 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hello = void 0;
function hello() {
return 'hello';
}
exports.hello = hello;