remove build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
node_modules
|
||||
build
|
||||
|
@@ -1,7 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.hello = void 0;
|
||||
function hello() {
|
||||
return 'hello';
|
||||
}
|
||||
exports.hello = hello;
|
Reference in New Issue
Block a user