@vercel/frameworks
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -1884,2 +1884,44 @@ "use strict"; | ||
{ | ||
name: "FastHTML (Experimental)", | ||
slug: "fasthtml", | ||
demo: "https://fasthtml-template.vercel.app", | ||
logo: "https://api-frameworks.vercel.sh/framework-logos/fasthtml.svg", | ||
tagline: "The fastest way to create an HTML app", | ||
description: "A library for writing fast and scalable Starlette-powered web applications", | ||
website: "https://fastht.ml", | ||
useRuntime: { src: "main.py", use: "@vercel/python" }, | ||
detectors: { | ||
every: [ | ||
{ | ||
path: "main.py" | ||
} | ||
] | ||
}, | ||
settings: { | ||
installCommand: { | ||
placeholder: "`pip install`" | ||
}, | ||
buildCommand: { | ||
placeholder: "None", | ||
value: null | ||
}, | ||
devCommand: { | ||
value: "uvicorn main:app --reload" | ||
}, | ||
outputDirectory: { | ||
value: "N/A" | ||
} | ||
}, | ||
getOutputDirName: async () => "", | ||
defaultRoutes: [ | ||
{ | ||
handle: "filesystem" | ||
}, | ||
{ | ||
src: "/(.*)", | ||
dest: "/main" | ||
} | ||
] | ||
}, | ||
{ | ||
name: "Sanity", | ||
@@ -1886,0 +1928,0 @@ slug: "sanity", |
@@ -1884,2 +1884,44 @@ "use strict"; | ||
{ | ||
name: "FastHTML (Experimental)", | ||
slug: "fasthtml", | ||
demo: "https://fasthtml-template.vercel.app", | ||
logo: "https://api-frameworks.vercel.sh/framework-logos/fasthtml.svg", | ||
tagline: "The fastest way to create an HTML app", | ||
description: "A library for writing fast and scalable Starlette-powered web applications", | ||
website: "https://fastht.ml", | ||
useRuntime: { src: "main.py", use: "@vercel/python" }, | ||
detectors: { | ||
every: [ | ||
{ | ||
path: "main.py" | ||
} | ||
] | ||
}, | ||
settings: { | ||
installCommand: { | ||
placeholder: "`pip install`" | ||
}, | ||
buildCommand: { | ||
placeholder: "None", | ||
value: null | ||
}, | ||
devCommand: { | ||
value: "uvicorn main:app --reload" | ||
}, | ||
outputDirectory: { | ||
value: "N/A" | ||
} | ||
}, | ||
getOutputDirName: async () => "", | ||
defaultRoutes: [ | ||
{ | ||
handle: "filesystem" | ||
}, | ||
{ | ||
src: "/(.*)", | ||
dest: "/main" | ||
} | ||
] | ||
}, | ||
{ | ||
name: "Sanity", | ||
@@ -1886,0 +1928,0 @@ slug: "sanity", |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"main": "./dist/frameworks.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/frameworks.d.ts", |
Sorry, the diff of this file is too big to display
204581
6142