From 36d7551023f69b799b240d33d23b5a056ea1328b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 30 Aug 2024 10:59:35 +0200 Subject: [PATCH] chore: Update package-lock.json and README.md files --- nuxt/package-lock.json | 6 ++++++ turbo-nextjs/README.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 nuxt/package-lock.json 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