Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 9c168f6

Browse files
committed
rework
1 parent fc77662 commit 9c168f6

File tree

9 files changed

+13594
-5796
lines changed

9 files changed

+13594
-5796
lines changed

cmd/sst/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ var Root = Command{
531531
},
532532
},
533533
{
534-
Name: "create",
534+
Name: "init",
535535
Run: func(cli *Cli) error {
536536
if _, err := os.Stat("sst.config.ts"); err == nil {
537537
color.New(color.FgRed, color.Bold).Print("❌")

examples/nextjs/bun.lockb

-207 KB
Binary file not shown.

examples/nextjs/package-lock.json

+13,550-2,662
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"next": "14.0.3",
1313
"react": "^18",
1414
"react-dom": "^18",
15-
"sst": "ion"
15+
"sst": "^3.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20",

0 commit comments

Comments
 (0)