Tweaks and fixes

This commit is contained in:
2026-02-10 21:09:01 -03:00
parent 8cbbcc115d
commit 16043b1c02
6 changed files with 479 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@10.29.2",
"description": "Armandine gallery static Nginx site",
"scripts": {
"build": "docker build -t git.mifi.dev/mifi-holdings/armandine:latest .",
@@ -20,6 +20,7 @@
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"serve": "^14.2.4",
"stylelint": "^16.10.0",
"stylelint-config-recommended": "^14.0.0"
}