Skip to content

Created the foundational middleware folder structure in the Mind Block monorepo with all necessary configuration files and a comprehensive README. - #335

Merged
phertyameen merged 3 commits into
MindBlockLabs:mainfrom
Nemenwq:middleware
Mar 24, 2026
Merged

Created the foundational middleware folder structure in the Mind Block monorepo with all necessary configuration files and a comprehensive README.#335
phertyameen merged 3 commits into
MindBlockLabs:mainfrom
Nemenwq:middleware

Conversation

@Nemenwq

@Nemenwq Nemenwq commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Created mindBlock_app/middleware/ workspace package at the repo root.
Created full folder structure exactly as specified:
src/ with common/ (interfaces/, types/, constants/, utils/) and category folders (auth, security, performance, monitoring, validation, config)
tests/ (unit/, integration/, setup.ts)
docs/ with .gitkeep
Added .gitkeep files to empty directories for git tracking.
Added configs/files
package.json, tsconfig.json, jest.config.js, eslint.config.mjs (ESLint v9 flat config), .eslintrc.js (left present though not used by ESLint v9), .prettierrc, .gitignore
src/index.ts with placeholder exports
index.ts in each category folder (with placeholder exports so TS treats them as modules)
README.md with the required sections
Integrated into monorepo workspaces
Updated root package.json "workspaces" to include "middleware".

closes #331

Nemenwq added 3 commits March 23, 2026 15:27
…k monorepo with all necessary configuration files and a comprehensive README.
@drips-wave

drips-wave Bot commented Mar 23, 2026

Copy link
Copy Markdown

@Nemenwq Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@phertyameen
phertyameen merged commit fd5507e into MindBlockLabs:main Mar 24, 2026
3 checks passed
@Nemenwq
Nemenwq deleted the middleware branch March 24, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set Up Middleware Folder Structure, Configuration, and README

2 participants