animations / about section

This commit is contained in:
HAM!DREZA
2024-05-05 21:10:20 +03:30
parent 839a085e55
commit 900d87fa55
7 changed files with 418 additions and 304 deletions
+2 -1
View File
@@ -3,8 +3,9 @@
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"build": "nuxt build",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"