Normalize code style and logging levels throughout project

Fixed minor inconsistencies in syntax, formatting, and logging levels across various files. Updated newline handling, adjusted console log types, and improved code organization for better readability and maintainability.
This commit is contained in:
2025-02-02 19:53:17 +01:00
parent fd2219248f
commit 9ace5f716b
10 changed files with 21 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "artsite",
"private": true,
"type": "module",
"private": true,
"packageManager": "pnpm@9.5.0",
"scripts": {
"build": "nuxt build",