This commit is contained in:
2025-06-17 17:16:26 +08:00
parent 6d6b56bae2
commit 7e31493cc4
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
/_agent.js /_agent.js
/node_modules /node_modules
/dist folder_name/

2
dist/index.js vendored Normal file
View File

@@ -0,0 +1,2 @@
"use strict";
console.log("Hello World!");