Document init script less

This commit is contained in:
Konstantin Wohlwend
2026-06-26 13:50:48 -07:00
parent e3e4ac908d
commit dff454f47f
14 changed files with 32 additions and 93 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const setupExamples = {
{
language: 'JavaScript',
framework: 'Next.js',
code: `npx @stackframe/stack-cli@latest init`,
code: `Follow the setup prompt for your framework.`,
highlightLanguage: 'bash',
filename: 'Terminal'
}