updated version 1.1.3 - updated hostname
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
env: {
|
||||
APPVERSION: '1.1.2'
|
||||
APPVERSION: '1.1.3'
|
||||
},
|
||||
experimental: {
|
||||
serverComponentsExternalPackages: ['mysql2']
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mamad-app",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
|
||||
Reference in New Issue
Block a user