mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-14 18:10:50 -05:00
validate environment variables at build time
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NextResponse } from "next/server";
|
||||
import { unstable_cache as cache } from "next/cache";
|
||||
import redis from "../../../lib/helpers/redis";
|
||||
import redis from "../../../lib/redis";
|
||||
|
||||
// cache response from the db
|
||||
const getData = cache(
|
||||
|
||||
Reference in New Issue
Block a user