Update defaultService.example.js, .gitignore

This commit is contained in:
Namhyeon Go 2024-09-20 11:50:29 +09:00
parent 5e82c58873
commit 855cf6adef
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -109,4 +109,5 @@ data/chatgpt-apikey.txt
app/assets/img/_templates
app/assets/img/_captured
settings.ini
defaultService.js
defaultService.js
lib/*.private.js

View File

@ -1,3 +1,5 @@
// defaultService.example.js
// https://github.com/gnh1201/welsonjs
var SYS = require("lib/system");
function main(args) {