Compare commits
4
Commits
069d206e94
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38467bea10 | ||
|
|
da2a8aed49 | ||
|
|
e64d4cf003 | ||
|
|
483d226c8b |
+11
-11
@@ -4,23 +4,23 @@
|
||||
<main class="app-main">
|
||||
<slot />
|
||||
|
||||
<!-- 益 Yì (Increase, #42) — sceau hexagramme -->
|
||||
<svg class="app-seal" viewBox="0 0 130 100" fill="currentColor" aria-hidden="true">
|
||||
<!-- 益 Yì (Increase, #42) — sceau hexagramme (traits épais, coins nets, ~carré) -->
|
||||
<svg class="app-seal" viewBox="0 0 112 105" fill="currentColor" aria-hidden="true">
|
||||
<!-- Line 6 (top) — yang -->
|
||||
<rect x="5" y="5" width="120" height="5" rx="1"/>
|
||||
<rect x="6" y="6" width="100" height="8"/>
|
||||
<!-- Line 5 — yang -->
|
||||
<rect x="5" y="22" width="120" height="5" rx="1"/>
|
||||
<rect x="6" y="23" width="100" height="8"/>
|
||||
<!-- Line 4 — yin -->
|
||||
<rect x="5" y="39" width="49" height="5" rx="1"/>
|
||||
<rect x="76" y="39" width="49" height="5" rx="1"/>
|
||||
<rect x="6" y="40" width="42" height="8"/>
|
||||
<rect x="64" y="40" width="42" height="8"/>
|
||||
<!-- Line 3 — yin -->
|
||||
<rect x="5" y="56" width="49" height="5" rx="1"/>
|
||||
<rect x="76" y="56" width="49" height="5" rx="1"/>
|
||||
<rect x="6" y="57" width="42" height="8"/>
|
||||
<rect x="64" y="57" width="42" height="8"/>
|
||||
<!-- Line 2 — yin -->
|
||||
<rect x="5" y="73" width="49" height="5" rx="1"/>
|
||||
<rect x="76" y="73" width="49" height="5" rx="1"/>
|
||||
<rect x="6" y="74" width="42" height="8"/>
|
||||
<rect x="64" y="74" width="42" height="8"/>
|
||||
<!-- Line 1 (bottom) — yang -->
|
||||
<rect x="5" y="90" width="120" height="5" rx="1"/>
|
||||
<rect x="6" y="91" width="100" height="8"/>
|
||||
</svg>
|
||||
</main>
|
||||
<LayoutTheFooter />
|
||||
|
||||
@@ -11,6 +11,9 @@ WORKDIR /app
|
||||
# Build
|
||||
FROM base AS build
|
||||
|
||||
# git requis : dépendance @yvv/nuxt-base en git+https (l'image slim n'a pas git)
|
||||
RUN apt-get update && apt-get -fy install git ca-certificates && rm -rf /var/cache/apt/*
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
+2
-1
@@ -2,6 +2,7 @@
|
||||
"name": "librodrome",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.29.3",
|
||||
"scripts": {
|
||||
"build": "nuxt build && node scripts/fix-esm-imports.mjs",
|
||||
"dev": "nuxt dev",
|
||||
@@ -16,7 +17,7 @@
|
||||
"@pinia/nuxt": "^0.11.3",
|
||||
"@unocss/nuxt": "^66.6.0",
|
||||
"@vueuse/nuxt": "^14.2.1",
|
||||
"@yvv/nuxt-base": "git+ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0",
|
||||
"@yvv/nuxt-base": "git+https://git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"nuxt": "^4.3.1",
|
||||
"nuxt-umami": "^3.2.1",
|
||||
|
||||
Generated
+5
-5
@@ -27,8 +27,8 @@ importers:
|
||||
specifier: ^14.2.1
|
||||
version: 14.2.1(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.2.3)(@vue/compiler-sfc@3.5.28)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3)(magicast@0.5.2)(rollup@4.57.1)(terser@5.46.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
|
||||
'@yvv/nuxt-base':
|
||||
specifier: git+ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0
|
||||
version: git+ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git#b1c6a2f28052564d505dd05b363169cb97fb81b3
|
||||
specifier: git+https://git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0
|
||||
version: git+https://git.open.us.org/yvv/yvv-nuxt-base.git#b1c6a2f28052564d505dd05b363169cb97fb81b3
|
||||
better-sqlite3:
|
||||
specifier: ^12.6.2
|
||||
version: 12.6.2
|
||||
@@ -1919,8 +1919,8 @@ packages:
|
||||
'@xtuc/long@4.2.2':
|
||||
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
||||
|
||||
'@yvv/nuxt-base@git+ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git#b1c6a2f28052564d505dd05b363169cb97fb81b3':
|
||||
resolution: {commit: b1c6a2f28052564d505dd05b363169cb97fb81b3, repo: ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git, type: git}
|
||||
'@yvv/nuxt-base@git+https://git.open.us.org/yvv/yvv-nuxt-base.git#b1c6a2f28052564d505dd05b363169cb97fb81b3':
|
||||
resolution: {commit: b1c6a2f28052564d505dd05b363169cb97fb81b3, repo: https://git.open.us.org/yvv/yvv-nuxt-base.git, type: git}
|
||||
version: 0.1.0
|
||||
|
||||
abbrev@3.0.1:
|
||||
@@ -7011,7 +7011,7 @@ snapshots:
|
||||
|
||||
'@xtuc/long@4.2.2': {}
|
||||
|
||||
'@yvv/nuxt-base@git+ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git#b1c6a2f28052564d505dd05b363169cb97fb81b3': {}
|
||||
'@yvv/nuxt-base@git+https://git.open.us.org/yvv/yvv-nuxt-base.git#b1c6a2f28052564d505dd05b363169cb97fb81b3': {}
|
||||
|
||||
abbrev@3.0.1: {}
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# Les pnpm 10 récents lisent l'approbation des scripts de build ICI
|
||||
# (la clé pnpm.onlyBuiltDependencies de package.json n'est plus honorée en CI)
|
||||
packages:
|
||||
- '.'
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- '@parcel/watcher'
|
||||
- better-sqlite3
|
||||
- esbuild
|
||||
- sharp
|
||||
Reference in New Issue
Block a user