feat(portfolio): add product updates feed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "w-make-updates-api",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": { "node": ">=22.0.0" },
|
||||
"scripts": {
|
||||
"start": "node --disable-warning=ExperimentalWarning src/server.js",
|
||||
"test": "node --test test/*.test.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user