Skip to content

Commit

Permalink
♻️refactor: CommonJS to ES
Browse files Browse the repository at this point in the history
  • Loading branch information
lopins committed Nov 5, 2024
1 parent cc93fd0 commit 20f3175
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Login into Serv00/CT8
run: |
set -e
xvfb-run --server-args="-screen 0 1366x768x32" node main.js
xvfb-run --server-args="-screen 0 1280x1024x24" node src/main.js
File renamed without changes.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "serv00-auto-scripts",
"version": "1.0.0",
"description": "Serv00/CT8 - Free Host Auto Renewal (Automatic SSH and PM2) and Other Scripts",
"type": "module",
"main": "src/main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"puppeteer": "^23.6.1"
"puppeteer": "^23.7.0"
}
}
54 changes: 0 additions & 54 deletions serv00-alist/README.md

This file was deleted.

115 changes: 0 additions & 115 deletions serv00-alist/alist_freebsd_update.py

This file was deleted.

39 changes: 0 additions & 39 deletions serv00-login/.github/workflows/login.yml

This file was deleted.

14 changes: 0 additions & 14 deletions serv00-login/Pipfile

This file was deleted.

Loading

0 comments on commit 20f3175

Please sign in to comment.