rename next.config mjs to js

This commit is contained in:
deflax 2024-05-04 04:54:43 +03:00
parent c514c75cb0
commit de1847fedf
2 changed files with 9 additions and 1 deletions

8
rfront/.dockerignore Normal file
View file

@ -0,0 +1,8 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
docker
.git

View file

@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
};
};