diff --git a/nuxt/package-lock.json b/nuxt/package-lock.json new file mode 100644 index 0000000..295eeaf --- /dev/null +++ b/nuxt/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "nuxt", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/turbo-nextjs/README.md b/turbo-nextjs/README.md index 936b1f6..0eef7d3 100644 --- a/turbo-nextjs/README.md +++ b/turbo-nextjs/README.md @@ -5,7 +5,6 @@ - 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). - Set the 'Ports Exposes' to `3000,3001`. -- Set the 'Ports Mapping' to `3000:3000,3001:3001`. - That's all. ## Server build (NodeJS) specific app