Feat : Api integrate on login screen, set login password and set transaction password screen
This commit is contained in:
@@ -3,7 +3,16 @@ const nextConfig = {
|
||||
experimental: {
|
||||
serverComponentsExternalPackages: ["typeorm", "knex"],
|
||||
},
|
||||
reactStrictMode: true
|
||||
reactStrictMode: true,
|
||||
// For port transfer
|
||||
async rewrites() {
|
||||
return[
|
||||
{
|
||||
source:'/api/:path*',
|
||||
destination: 'http://localhost:8080/api/:path*',
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
Reference in New Issue
Block a user