rebuild app as turbopack-first single-stack with internal api and openclaw tasks
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: 'standalone',
|
||||
turbopack: {
|
||||
root: __dirname
|
||||
},
|
||||
env: {
|
||||
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3001'
|
||||
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || ''
|
||||
},
|
||||
async headers() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user