feat(api): expose workspace branding to mobile clients
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
distDir: process.env.NEXT_DIST_DIR?.trim() || ".next",
|
||||
output: "standalone",
|
||||
experimental: {
|
||||
serverActions: {
|
||||
|
||||
Reference in New Issue
Block a user