From 011f0aff1d8cc38ac54eb4934a8ec775c1915b53 Mon Sep 17 00:00:00 2001 From: Stan <37673863+stan-smith@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:26:04 +0000 Subject: [PATCH] docs: update contributing.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca73f76..2d0185f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,7 +117,7 @@ FossFLOW/ │ │ │ ├── interaction/ # User interaction handling │ │ │ ├── types/ # TypeScript types │ │ │ └── utils/ # Utility functions -│ │ ├── webpack.config.js # Library build config +│ │ ├── rslib.config.ts # Library build config │ │ └── package.json │ │ │ └── fossflow-app/ # PWA application @@ -136,7 +136,7 @@ FossFLOW/ ``` ### Key Differences: -- **fossflow-lib**: The core library, built with Webpack +- **fossflow-lib**: The core library, built with RSpack - **fossflow-app**: The PWA application, built with RSBuild - Both packages are managed as npm workspaces