mirror of
https://github.com/arthur-pbty/calculatrice.git
synced 2026-06-25 06:32:57 +02:00
first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* Mode standalone : génère un dossier autonome pour Docker */
|
||||
output: "standalone",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user