feat:移除了弹窗,服务器添加sls
This commit is contained in:
7
apps/telemetry-dashboard/tsconfig.test.json
Normal file
7
apps/telemetry-dashboard/tsconfig.test.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["@cloudflare/workers-types", "@cloudflare/vitest-pool-workers", "vitest/globals"]
|
||||
},
|
||||
"include": [".nuxt/**/*.d.ts", "server/**/*.ts", "shared/**/*.ts", "test/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user