This commit is contained in:
babayaga 2025-12-29 20:25:12 +01:00
parent 91f7d77eee
commit 8ed5f38107
7 changed files with 23 additions and 14 deletions

View File

@ -23,7 +23,7 @@
"format": "unix-time"
}
],
"default": "2025-12-29T19:01:50.744Z"
"default": "2025-12-29T19:13:54.158Z"
},
"description": {
"type": "string",

File diff suppressed because one or more lines are too long

View File

@ -173,17 +173,11 @@
"translate_content": true,
"languages": [
"en",
"ar",
"de",
"ja",
"es",
"zh",
"fr"
"es"
],
"languages_prod": [
"en",
"es",
"fr"
"es"
],
"rtl_languages": [
"ar"

16
app.log
View File

@ -104,3 +104,19 @@
{"level":"INFO","time":"2025-12-29T19:01:49.241Z","pid":11176,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:06:58.370Z","pid":27984,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:07:01.239Z","pid":27984,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:08:39.288Z","pid":20256,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:08:43.427Z","pid":20256,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:10:11.423Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:10:23.213Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:10:25.990Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:10:26.011Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:31.978Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:36.565Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:37.712Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:37.730Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:45.784Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:46.325Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:12:46.340Z","pid":14556,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:13:19.797Z","pid":6092,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:13:20.922Z","pid":6092,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from ./app-config.json for locale en"}
{"level":"INFO","time":"2025-12-29T19:13:46.100Z","pid":14908,"hostname":"DESKTOP-OL563U1","msg":"Loading library config from C:\\Users\\zx\\Desktop\\polymech\\library.polymech\\app-config.json for locale en"}

View File

@ -52,12 +52,12 @@ export function remarkReadingTime() {
}
export default defineConfig({
site: 'https://creava.org',
site: 'https://library.polymech.info',
devToolbar: {
enabled: false,
},
i18n: {
locales: ['en'],
locales: ['en', 'es'],
defaultLocale: "en",
},
sidebar: [

View File

@ -1,6 +1,5 @@
npm run build
./scripts/deploy.sh
#Shutdown.exe -s -t 00
#sh scripts/sync.sh
#sh scripts/zip.sh

View File

@ -4,6 +4,6 @@
# Define local and remote paths
LOCAL_DIR="./dist"
GDRIVE_DIR="creava:/httpdocs"
GDRIVE_DIR="library.polymech.info:/httpdocs"
rclone copy "${LOCAL_DIR}" "${GDRIVE_DIR}" --progress --transfers 4