probando otra vez
All checks were successful
build-and-push / build (push) Successful in 12s

This commit is contained in:
2025-05-02 15:50:43 -06:00
parent 7a93eb49f3
commit 334cce2b1e

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "hello-world",
"version": "1.0.0",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
}
}