Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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'?

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/)