We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0422b5 commit 93bddc8Copy full SHA for 93bddc8
docs/nitro/.opensource/project.json
@@ -3,6 +3,9 @@
3
"platforms": [
4
"app_hosting"
5
],
6
+ "related": [
7
+ "FirebaseExtended/firebase-framework-tools::docs::nuxt"
8
+ ],
9
"description": "Community-supported Nitro adapter for Firebase App Hosting",
10
"content": "README.md"
11
}
docs/nuxt/.opensource/project.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "Nuxt adapter",
+ "platforms": [
+ "app_hosting"
+ "FirebaseExtended/firebase-framework-tools::docs::nitro"
+ "description": "Deploy Nuxt applications to Firebase App Hosting using the community-supported Nitro adapter",
+ "content": "README.md"
+}
docs/nuxt/README.md
@@ -0,0 +1,5 @@
+# App Hosting Nitro Adapter
+
+## Overview
+Yada yada.
0 commit comments