Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next14 support #728

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Next14 support #728

merged 1 commit into from
Jul 23, 2024

Conversation

melloware
Copy link
Contributor

@melloware melloware commented Jul 23, 2024

The new default next script from create-next-app

"scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },

So we need to look for just "next"

Fix #727

@melloware melloware added this to the 2.4.4 milestone Jul 23, 2024
@melloware melloware added the bug Something isn't working label Jul 23, 2024
@melloware melloware merged commit 3edf3e8 into quarkiverse:main Jul 23, 2024
2 checks passed
@melloware melloware deleted the next14 branch July 23, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NextJS: PageRouter issue using direct URL
1 participant