three.js project first

This commit is contained in:
2026-01-31 11:26:50 +04:00
parent 2444fc48a4
commit b0a9b749db
18 changed files with 109 additions and 774 deletions

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}