Improve self host support (#28)
* Add docker setup for self hosting * Add ses settings tables
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
await import("./src/env.js");
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {};
|
||||
const config = {
|
||||
output: process.env.DOCKER_OUTPUT ? "standalone" : undefined,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Reference in New Issue
Block a user