chore: Update package-lock.json and README.md files

This commit is contained in:
Andras Bacsai
2024-08-30 10:59:35 +02:00
parent 7e4be7c536
commit 36d7551023
2 changed files with 6 additions and 1 deletions

6
nuxt/package-lock.json generated Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "nuxt",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

View File

@@ -5,7 +5,6 @@
- Set the start command to `npm run start`. - Set the start command to `npm run start`.
- `npm` could be different depending on the package manager you are using (`Nixpacks` decides based on the lock file). - `npm` could be different depending on the package manager you are using (`Nixpacks` decides based on the lock file).
- Set the 'Ports Exposes' to `3000,3001`. - Set the 'Ports Exposes' to `3000,3001`.
- Set the 'Ports Mapping' to `3000:3000,3001:3001`.
- That's all. - That's all.
## Server build (NodeJS) specific app ## Server build (NodeJS) specific app