Add frontend PORT env config and remove package-lock.json from repo

- Add PORT=3002 to frontend .env.example
- Use dotenv-cli to load env vars for next dev/start
- Add package-lock.json to .gitignore and remove from tracking
This commit is contained in:
Michaël
2026-01-29 16:14:02 -03:00
parent 2302748c87
commit 651a10dc9c
4 changed files with 7 additions and 6092 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Dependencies
node_modules/
package-lock.json
.pnp
.pnp.js