Skip to content

fix: fix next build errors - #52

Merged
AlyaEngineer merged 3 commits into
feature/0-project-setupfrom
fix/0-next-build-errors
Jun 30, 2026
Merged

fix: fix next build errors#52
AlyaEngineer merged 3 commits into
feature/0-project-setupfrom
fix/0-next-build-errors

Conversation

@AlyaEngineer

Copy link
Copy Markdown
Owner

Summary

This PR fixes production build issues that prevented successful deployment in Vercel.

Changes Made

  • Fixed Sass build error by replacing .scss usage and with CSS Modules
  • Added missing locale route placeholders ([locale]/page.tsx, [locale]/layout.tsx) to satisfy Next.js App Router requirements
  • Applied lint formatting fixes required for successful build

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would break existing functionality)
  • Documentation update

Checklist

  • Self-review done
  • No console errors / warnings / logs
  • No any / @ts-ignore
  • Tests added / updated and passing

@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
swagger-editor-app Ready Ready Preview, Comment Jun 30, 2026 10:14am

@YuliaDemir YuliaDemir left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@AlyaEngineer AlyaEngineer added the fix Fixing bugs, errors, or issues affecting existing functionality (build, runtime, or UI problems) label Jun 30, 2026
@AlyaEngineer
AlyaEngineer merged commit d1b5746 into feature/0-project-setup Jun 30, 2026
2 checks passed
AlyaEngineer added a commit that referenced this pull request Jun 30, 2026
* Merge pull request #39 from AlyaEngineer/story/0-development-environment

feature/0 - Project setup

* Chore: Set up testing environment (#47)

* chore: set up testing environment with Vitest and RTL

* style: satisfy eslint rule in commitlint config

* fix: fix next build errors (#52)

* chore: replace scss with css modules

* chore: add placeholder for locale page and layout

* сhore: apply lint formatting to config file
@AlyaEngineer
AlyaEngineer deleted the fix/0-next-build-errors branch July 1, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-0-project-setup All project setup fix Fixing bugs, errors, or issues affecting existing functionality (build, runtime, or UI problems)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants