Cleaned frontend config to use yarn

master
oabrivard 1 month ago
parent e53f6e6887
commit 7d6556d549

3
.gitignore vendored

@ -21,12 +21,15 @@ Thumbs.db
# Node / frontend # Node / frontend
frontend/node_modules/ frontend/node_modules/
frontend/.yarn/
frontend/dist/ frontend/dist/
frontend/build/ frontend/build/
frontend/.cache/ frontend/.cache/
frontend/.vite/ frontend/.vite/
frontend/.turbo/ frontend/.turbo/
frontend/.eslintcache frontend/.eslintcache
package-lock.json
npm-shrinkwrap.json
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*

@ -1403,6 +1403,7 @@ docker-compose up -d
``` ```
### Frontend Development ### Frontend Development
Note: This project uses Yarn with `nodeLinker: node-modules`. PnP files like `.pnp.cjs` and `.pnp.loader.mjs` are not used.
```bash ```bash
# Web application # Web application
cd frontend/apps/web cd frontend/apps/web

@ -752,6 +752,7 @@ docker-compose logs postgres
"packageManager": "yarn@4.0.0" "packageManager": "yarn@4.0.0"
} }
``` ```
Note: Yarn is configured to use `nodeLinker: node-modules` (no PnP files).
#### 1.5.2 Web Application Package #### 1.5.2 Web Application Package

Loading…
Cancel
Save