mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 04:22:54 +02:00
「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
@ -12,7 +12,6 @@ server {
|
||||
index index.html;
|
||||
|
||||
modsecurity on;
|
||||
# modsecurity_rules_file /etc/nginx/modsecurity.d/modsecurity.conf;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
|
@ -6,11 +6,11 @@
|
||||
"bcrypt": "^6.0.0",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"fastify": "^5.4.0",
|
||||
"fastify-cli": "^7.4.0",
|
||||
"typescript": "^5.8.3"
|
||||
"fastify-cli": "^7.4.0"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.3",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"pino-pretty": "^13.0.0",
|
||||
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -29,9 +29,6 @@ importers:
|
||||
fastify-cli:
|
||||
specifier: ^7.4.0
|
||||
version: 7.4.0
|
||||
typescript:
|
||||
specifier: ^5.8.3
|
||||
version: 5.8.3
|
||||
devDependencies:
|
||||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.11
|
||||
@ -42,6 +39,9 @@ importers:
|
||||
tailwindcss:
|
||||
specifier: ^4.1.11
|
||||
version: 4.1.11
|
||||
typescript:
|
||||
specifier: ^5.8.3
|
||||
version: 5.8.3
|
||||
vite:
|
||||
specifier: ^6.3.5
|
||||
version: 6.3.5(jiti@2.4.2)(lightningcss@1.30.1)
|
||||
|
Reference in New Issue
Block a user