Skip to content

Commit 26a05b0

Browse files
committed
Add placeholder json files
1 parent e743ced commit 26a05b0

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ coverage.json
1515
/out/
1616

1717
# production
18-
/src/context/*.json
18+
# /src/context/*.json
1919
/artifacts
2020
/build
2121
/dist

src/context/_chains.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

src/context/_routes.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

src/context/_tokens.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

src/utils/runtime.ts

-7
This file was deleted.

0 commit comments

Comments
 (0)