~repos /edge-city

#react#js#ssr

git clone https://pyrossh.dev/repos/edge-city.git

edge-city is a next level meta-framework for react that runs only on edge runtimes


c767f4cd Peter John

2 years ago
move dir
edge-city/cli.js → cli.js RENAMED
File without changes
edge-city/index.js → index.js RENAMED
File without changes
edge-city/package.json → package.json RENAMED
File without changes
pnpm-lock.yaml CHANGED
@@ -2,7 +2,7 @@ lockfileVersion: '6.0'
2
2
 
3
3
  importers:
4
4
 
5
- edge-city:
5
+ .:
6
6
  dependencies:
7
7
  history:
8
8
  specifier: ^5.3.0
@@ -73,7 +73,7 @@ importers:
73
73
  version: 0.26.0(@neondatabase/serverless@0.2.9)
74
74
  edge-city:
75
75
  specifier: workspace:*
76
- version: link:../edge-city
76
+ version: link:..
77
77
  modern-normalize:
78
78
  specifier: ^2.0.0
79
79
  version: 2.0.0
pnpm-workspace.yaml CHANGED
@@ -1,3 +1,3 @@
1
1
  packages:
2
- - 'edge-city'
2
+ - "./"
3
- - 'example'
3
+ - "example"