mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
change: Make forcePathStyle default to false, move heroicons to dependencies
This commit is contained in:
parent
0a5a822119
commit
b656e5b14f
@ -118,8 +118,8 @@ export function loadConfig() {
|
|||||||
) ?? 'notea';
|
) ?? 'notea';
|
||||||
store.forcePathStyle = env.parseBool(env.getEnvRaw(
|
store.forcePathStyle = env.parseBool(env.getEnvRaw(
|
||||||
'STORE_FORCE_PATH_STYLE',
|
'STORE_FORCE_PATH_STYLE',
|
||||||
!store.forcePathStyle
|
false
|
||||||
)) ?? store.forcePathStyle;
|
)) ?? store.forcePathStyle ?? false;
|
||||||
store.endpoint = env.getEnvRaw(
|
store.endpoint = env.getEnvRaw(
|
||||||
'STORE_END_POINT',
|
'STORE_END_POINT',
|
||||||
store.endpoint == null
|
store.endpoint == null
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
"@aws-sdk/s3-request-presigner": "^3.10.0",
|
"@aws-sdk/s3-request-presigner": "^3.10.0",
|
||||||
"@fontsource/noto-sans": "^4.5.10",
|
"@fontsource/noto-sans": "^4.5.10",
|
||||||
"@headwayapp/react-widget": "^0.0.4",
|
"@headwayapp/react-widget": "^0.0.4",
|
||||||
|
"@heroicons/react": "^1.0.1",
|
||||||
"@material-ui/core": "^4.12.3",
|
"@material-ui/core": "^4.12.3",
|
||||||
"@material-ui/lab": "^4.0.0-alpha.60",
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
||||||
"adm-zip": "^0.5.5",
|
"adm-zip": "^0.5.5",
|
||||||
@ -80,7 +81,6 @@
|
|||||||
"use-debounce": "^5.2.1"
|
"use-debounce": "^5.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@heroicons/react": "^1.0.1",
|
|
||||||
"@tailwindcss/typography": "^0.4.0",
|
"@tailwindcss/typography": "^0.4.0",
|
||||||
"@types/adm-zip": "^0.4.34",
|
"@types/adm-zip": "^0.4.34",
|
||||||
"@types/classnames": "^2.2.11",
|
"@types/classnames": "^2.2.11",
|
||||||
|
Loading…
Reference in New Issue
Block a user