feat: config refactoring #219

Merged
Sainan merged 6 commits from improve-config into main 2024-05-15 12:55:59 -07:00
Showing only changes of commit f89633488d - Show all commits

View File

@ -15,4 +15,5 @@ jobs:
with: with:
node-version: "20.x" node-version: "20.x"
- run: npm ci - run: npm ci
- run: cp config.json.example config.json
- run: npm run build - run: npm run build