Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/po4tion/nextjs-build-status
How do I know if your 'Next.js' is 'build'?
https://github.com/po4tion/nextjs-build-status
Last synced: 25 days ago
JSON representation
How do I know if your 'Next.js' is 'build'?
- Host: GitHub
- URL: https://github.com/po4tion/nextjs-build-status
- Owner: po4tion
- Created: 2024-06-21T13:44:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T17:39:46.000Z (7 months ago)
- Last Synced: 2024-06-23T07:33:57.263Z (7 months ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Check Next.js Build Status
This repository provides a guide on how to check the build status of a Next.js project.
## My Blog Link
If you want to see my detailed guide on Next.js build status, join [here](https://po4tion.dev/nextjs-build-status)!
## My Attempts
- Using `process.argv`: [Click here](./apps/next-config-argv/)
- Using `process.env.NODE_ENV`: [Click here](./apps/next-config-node-env/)
- Using file reading: [Click here](./apps/next-config-read-file/)
- Using webpack: [Click here](./apps/next-config-webpack/)