chore: Update next.config.ts for consistent import syntax
This commit is contained in:
parent
1d823ea097
commit
96cebc25a9
10
ecosystem.config.js
Normal file
10
ecosystem.config.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps: [
|
||||||
|
{
|
||||||
|
name: 'on-site-survey',
|
||||||
|
script: 'node_modules/next/dist/bin/next',
|
||||||
|
instances: 2,
|
||||||
|
exec_mode: 'cluster',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
||||||
@ -1,7 +1,7 @@
|
|||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from 'next'
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
/* config options here */
|
||||||
};
|
}
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user