mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-30 07:46:04 +00:00
refactor(forgeCLI): massive refactoring
This commit is contained in:
@@ -35,6 +35,6 @@
|
||||
"react-toastify": "^11.0.5",
|
||||
"socket.io-client": "^4.8.1",
|
||||
"tinycolor2": "^1.6.0",
|
||||
"zod": "^4.1.12"
|
||||
"zod": "^4.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ import type {
|
||||
import { getColorPalette } from './utils/themeColors'
|
||||
|
||||
const DEFAULT_VALUE: IPersonalizationData = {
|
||||
rootElement: document.body,
|
||||
rootElement: typeof document !== 'undefined' ? document.body : null,
|
||||
fontFamily: 'Onest',
|
||||
fontScale: 1,
|
||||
borderRadiusMultiplier: 1,
|
||||
|
||||
Reference in New Issue
Block a user