This commit is contained in:
AyrisAI
2026-08-19 02:12:48 +03:00
parent 39b19bdee9
commit efdfb16b42
2 changed files with 191 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "ayristech-web",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000
}
]
}