Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 443ed68

Browse files
author
Je
committed
chore: add nest.land config
1 parent 67464ce commit 443ed68

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

egg.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "aleph",
3+
"version": "0.2.9",
4+
"description": "The React Framework in Deno, inspired by Next.js.",
5+
"repository": "https://github.com/postui/aleph.js",
6+
"stable": false,
7+
"entry": "./mod.ts",
8+
"files": [
9+
"./*.ts",
10+
"./cli/**/*",
11+
"./tsc/**/*",
12+
"./vendor/**/*",
13+
"./README.md",
14+
"./LICENSE"
15+
],
16+
"checkTests": true
17+
}

0 commit comments

Comments
 (0)