Layout changes.

This commit is contained in:
Mike Cao 2025-03-19 19:50:45 -07:00
parent 16f1b15dee
commit f5c4e1b46e
15 changed files with 71 additions and 1788 deletions

View file

@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable @typescript-eslint/no-require-imports */
require('dotenv').config();
const pkg = require('./package.json');
@ -182,7 +182,6 @@ const config = {
basePath,
cloudMode,
cloudUrl,
configUrl: '/config',
currentVersion: pkg.version,
defaultLocale,
disableLogin,
@ -191,9 +190,6 @@ const config = {
},
basePath,
output: 'standalone',
devIndicators: {
appIsrStatus: false,
},
eslint: {
ignoreDuringBuilds: true,
},