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