Add Deploy view in AGS (#4756)

* update version, fix component factory bug

* add basic structure for deploy

* minor fixes, deploy v1

* minor text updated

* format fixes

* formatting fixes .. webby test samples

* update cli command, update views,

* packakge.json and other fixes

* format fixes
This commit is contained in:
Victor Dibia
2024-12-18 18:57:11 -08:00
committed by GitHub
parent c21555290e
commit 4e3a70303d
18 changed files with 1328 additions and 628 deletions

View File

@@ -42,6 +42,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"tailwindcss": "^3.4.14",
"yarn": "^1.22.22",
"zustand": "^5.0.1"
@@ -51,7 +52,7 @@
"@types/node": "^22.9.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"typescript": "^5.3.3"
}