🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-07-17 14:17:25 +02:00
parent a92100b7c0
commit 6c3bf35c68
3 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,6 @@ server {
index index.html; index index.html;
modsecurity on; modsecurity on;
# modsecurity_rules_file /etc/nginx/modsecurity.d/modsecurity.conf;
location / { location / {
try_files $uri $uri/ =404; try_files $uri $uri/ =404;

View File

@ -6,11 +6,11 @@
"bcrypt": "^6.0.0", "bcrypt": "^6.0.0",
"better-sqlite3": "^12.2.0", "better-sqlite3": "^12.2.0",
"fastify": "^5.4.0", "fastify": "^5.4.0",
"fastify-cli": "^7.4.0", "fastify-cli": "^7.4.0"
"typescript": "^5.8.3"
}, },
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"typescript": "^5.8.3",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.11",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.11",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",

6
pnpm-lock.yaml generated
View File

@ -29,9 +29,6 @@ importers:
fastify-cli: fastify-cli:
specifier: ^7.4.0 specifier: ^7.4.0
version: 7.4.0 version: 7.4.0
typescript:
specifier: ^5.8.3
version: 5.8.3
devDependencies: devDependencies:
'@tailwindcss/vite': '@tailwindcss/vite':
specifier: ^4.1.11 specifier: ^4.1.11
@ -42,6 +39,9 @@ importers:
tailwindcss: tailwindcss:
specifier: ^4.1.11 specifier: ^4.1.11
version: 4.1.11 version: 4.1.11
typescript:
specifier: ^5.8.3
version: 5.8.3
vite: vite:
specifier: ^6.3.5 specifier: ^6.3.5
version: 6.3.5(jiti@2.4.2)(lightningcss@1.30.1) version: 6.3.5(jiti@2.4.2)(lightningcss@1.30.1)