2.3.0 : valeurs de référence en base SQLite native (node:sqlite) — bestiaire, équipement, potions, parchemins éditables à chaud

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
perco
2026-06-12 16:12:22 +02:00
co-authored by Claude Fable 5
parent a1fe09e6b4
commit 031d64830c
8 changed files with 359 additions and 102 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
FROM node:22-alpine
FROM node:24-alpine
WORKDIR /app
COPY index.html admin.html server.js mp.js ./
COPY index.html admin.html server.js mp.js db.js ./
COPY css ./css
COPY js ./js
COPY img ./img