feat: online ci

This commit is contained in:
DarkSky
2024-11-07 12:20:08 +08:00
parent f5df67501c
commit e96f89c26b
27 changed files with 490 additions and 232 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig.web.json",
"compilerOptions": {
"rootDir": "./e2e",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["e2e"],
"references": [{ "path": "../kit" }]
}