Skip to content

Commit 727b193

Browse files
committed
initial astro adapter
1 parent 0dfda0e commit 727b193

File tree

7 files changed

+6654
-2
lines changed

7 files changed

+6654
-2
lines changed

lerna.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "independent"
3+
"version": "independent",
4+
"packages": [
5+
"packages/*",
6+
"packages/@apphosting/*",
7+
"packages/@apphosting/experimental/*"
8+
]
49
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)