mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user