UNPKG

next-start-cli

Version:

This is a CLI tool to create a nextjs project and add the necessary dependencies and configurations

6 lines (5 loc) 138 B
export const BASE_URL = process.env.BASE_URL ?? (() => { throw new Error("BASE_URL environment variable is not defined"); })();