rename next.config mjs to js
This commit is contained in:
parent
c514c75cb0
commit
de1847fedf
2 changed files with 9 additions and 1 deletions
8
rfront/.dockerignore
Normal file
8
rfront/.dockerignore
Normal file
|
@ -0,0 +1,8 @@
|
|||
Dockerfile
|
||||
.dockerignore
|
||||
node_modules
|
||||
npm-debug.log
|
||||
README.md
|
||||
.next
|
||||
docker
|
||||
.git
|
|
@ -1,4 +1,4 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
output: "standalone",
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue