Skip to content

Commit 90e37c2

Browse files
authored
move create-hypergraph (#499)
1 parent 4dccf7e commit 90e37c2

File tree

112 files changed

+260
-816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+260
-816
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"!**/tsconfig.json",
1717
"!**/tsconfig.*.json",
1818
"!**/variant-schema.ts",
19-
"!**/apps/create-hypergraph/template-*/**",
19+
"!**/packages/create-hypergraph/template-*/**",
2020
"!**/*.css",
2121
"!packages/hypergraph/typesync-studio/src/generated/**/*.ts"
2222
]
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repository": {
1717
"type": "git",
1818
"url": "git+https://github.com/graphprotocol/hypergraph.git",
19-
"directory": "apps/create-hypergraph"
19+
"directory": "packages/create-hypergraph"
2020
},
2121
"publishConfig": {
2222
"access": "public",
@@ -52,7 +52,7 @@
5252
"bugs": {
5353
"url": "https://github.com/graphprotocol/hypergraph/issues"
5454
},
55-
"homepage": "https://github.com/graphprotocol/hypergraph/tree/main/apps/create-hypergraph-app#readme",
55+
"homepage": "https://github.com/graphprotocol/hypergraph/tree/main/packages/create-hypergraph-app#readme",
5656
"devDependencies": {
5757
"@effect/cli": "^0.69.0",
5858
"@effect/language-service": "^0.34.0",

0 commit comments

Comments
 (0)