feat: change configuration and generate package-lock file

This commit is contained in:
Pablo Lara
2024-08-01 12:09:37 +02:00
parent 14a10fc6f0
commit e5a328e9ea
3 changed files with 10606 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
package-lock=false
package-lock=true
+3 -3
View File
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;
module.exports = {
output: "standalone",
};
+10602
View File
File diff suppressed because it is too large Load Diff