qol fix outfit switcher

This commit is contained in:
2025-07-26 21:32:54 +03:00
parent c7d3cd85be
commit 86764fabb3
8 changed files with 463 additions and 39 deletions

View File

@@ -1,5 +1,14 @@
import type { NextConfig } from "next";
if (!process.isBun) {
console.error(`You are running this with node. Rerun the process: bun --bun run dev`)
process.exit(1)
}
process.env.NEXT_PUBLIC_CWD = __dirname || "~"
process.env.NEXT_PUBLIC_ARGV0 = process.argv0 || "node"
const nextConfig: NextConfig = {
/* config options here */
images: {