new file: main_dc/yalarba/easySite/easySite/app/assets/css/main.css

modified:   main_dc/yalarba/easySite/easySite/nuxt.config.ts
	new file:   package-lock.json
	new file:   package.json
add main styles for all project, fix warn with word process by
installing some npm install --save-dev @types/node
This commit is contained in:
2025-10-28 22:53:21 +05:00
parent 2128977ce0
commit 6f724d99a2
4 changed files with 95 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@types/node": "^24.9.2"
}
}