Add explicit Node support (#1478)

parseArgs was added to node:util in v16.17/v8.3.

https://nodejs.org/docs/latest-v20.x/api/util.html#utilparseargsconfig
This commit is contained in:
Jonathan Sharpe
2024-01-10 20:47:32 +00:00
committed by GitHub
parent e3ce04a04a
commit 0812ef20b9

View File

@@ -12,6 +12,9 @@
"public",
"views"
],
"engines": {
"node": ">=18.3"
},
"scripts": {
"css": "tailwindcss -i ./views/input.css -o ./public/output.css",
"watch-ts": "tsx watch src/bin.ts fixtures/db.json",