Skip to content

Commit 3aa9365

Browse files
committed
chore: fix graph
1 parent d1e893b commit 3aa9365

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ artifacts
1515
.rpt2_cache
1616
coverage
1717
*.tgz
18-
18+
generated
1919
# misc
2020
.DS_Store
2121
.env

examples/solid/start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tanstack/devtools-example-solid-basic",
2+
"name": "@tanstack/devtools-example-solid-start",
33
"type": "module",
44
"scripts": {
55
"dev": "vinxi dev",
@@ -15,4 +15,4 @@
1515
"engines": {
1616
"node": ">=22"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)