@vercel/frameworks
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -530,3 +530,39 @@ "use strict"; | ||
{ | ||
name: "SolidStart", | ||
name: "SolidStart (v1)", | ||
slug: "solidstart-1", | ||
demo: "https://solid-start-template.vercel.app", | ||
logo: "https://api-frameworks.vercel.sh/framework-logos/solid.svg", | ||
tagline: "Simple and performant reactivity for building user interfaces.", | ||
description: "A Solid app, created with SolidStart.", | ||
website: "https://start.solidjs.com", | ||
envPrefix: "VITE_", | ||
detectors: { | ||
every: [ | ||
{ | ||
matchPackage: "solid-js" | ||
}, | ||
{ | ||
matchPackage: "@solidjs/start" | ||
} | ||
] | ||
}, | ||
settings: { | ||
installCommand: { | ||
placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`" | ||
}, | ||
buildCommand: { | ||
placeholder: "`npm run build` or `vinxi build`", | ||
value: "vinxi build" | ||
}, | ||
devCommand: { | ||
value: "vinxi dev" | ||
}, | ||
outputDirectory: { | ||
value: ".output" | ||
} | ||
}, | ||
getOutputDirName: async () => ".output" | ||
}, | ||
{ | ||
name: "SolidStart (v0)", | ||
slug: "solidstart", | ||
@@ -539,2 +575,3 @@ demo: "https://solid-start-template.vercel.app", | ||
envPrefix: "VITE_", | ||
sort: 98, | ||
detectors: { | ||
@@ -541,0 +578,0 @@ every: [ |
@@ -530,3 +530,39 @@ "use strict"; | ||
{ | ||
name: "SolidStart", | ||
name: "SolidStart (v1)", | ||
slug: "solidstart-1", | ||
demo: "https://solid-start-template.vercel.app", | ||
logo: "https://api-frameworks.vercel.sh/framework-logos/solid.svg", | ||
tagline: "Simple and performant reactivity for building user interfaces.", | ||
description: "A Solid app, created with SolidStart.", | ||
website: "https://start.solidjs.com", | ||
envPrefix: "VITE_", | ||
detectors: { | ||
every: [ | ||
{ | ||
matchPackage: "solid-js" | ||
}, | ||
{ | ||
matchPackage: "@solidjs/start" | ||
} | ||
] | ||
}, | ||
settings: { | ||
installCommand: { | ||
placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`" | ||
}, | ||
buildCommand: { | ||
placeholder: "`npm run build` or `vinxi build`", | ||
value: "vinxi build" | ||
}, | ||
devCommand: { | ||
value: "vinxi dev" | ||
}, | ||
outputDirectory: { | ||
value: ".output" | ||
} | ||
}, | ||
getOutputDirName: async () => ".output" | ||
}, | ||
{ | ||
name: "SolidStart (v0)", | ||
slug: "solidstart", | ||
@@ -539,2 +575,3 @@ demo: "https://solid-start-template.vercel.app", | ||
envPrefix: "VITE_", | ||
sort: 98, | ||
detectors: { | ||
@@ -541,0 +578,0 @@ every: [ |
{ | ||
"name": "@vercel/frameworks", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "./dist/frameworks.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/frameworks.d.ts", |
Sorry, the diff of this file is too big to display
201320
6019