diff --git a/packages/auth/typedoc.json b/packages/auth/typedoc.json index eeb4bef..809a7ed 100644 --- a/packages/auth/typedoc.json +++ b/packages/auth/typedoc.json @@ -1,7 +1,7 @@ { "$schema": "https://typedoc.org/schema.json", "entryPoints": ["./dist/index.d.ts"], - "out": "../../apps/web/static/docs/auth", + "out": "../../apps/web/.svelte-kit/cloudflare/docs/auth", "tsconfig": "tsconfig.typedoc.json", "externalPattern": ["**/node_modules/[!svelte]**"], "exclude": ["**/*+(index|.test|.spec|.e2e).ts"], diff --git a/packages/i18n/typedoc.json b/packages/i18n/typedoc.json index a921496..7919dab 100644 --- a/packages/i18n/typedoc.json +++ b/packages/i18n/typedoc.json @@ -1,7 +1,7 @@ { "$schema": "https://typedoc.org/schema.json", "entryPoints": ["./dist/index.d.ts"], - "out": "../../apps/web/static/docs/i18n", + "out": "../../apps/web/.svelte-kit/cloudflare/docs/i18n", "tsconfig": "tsconfig.typedoc.json", "externalPattern": ["**/node_modules/[!svelte]**"], "exclude": ["**/*+(index|.test|.spec|.e2e).ts"], diff --git a/packages/session/typedoc.json b/packages/session/typedoc.json index 1bdbb8a..47026a6 100644 --- a/packages/session/typedoc.json +++ b/packages/session/typedoc.json @@ -1,7 +1,7 @@ { "$schema": "https://typedoc.org/schema.json", "entryPoints": ["./dist/index.d.ts"], - "out": "../../apps/web/static/docs/session", + "out": "../../apps/web/.svelte-kit/cloudflare/docs/session", "tsconfig": "tsconfig.typedoc.json", "externalPattern": ["**/node_modules/[!svelte]**"], "exclude": ["**/*+(index|.test|.spec|.e2e).ts"], diff --git a/turbo.json b/turbo.json index 54350a8..daf0e88 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,7 @@ }, "build:docs": { "dependsOn": ["build"], - "outputs": ["static/docs/**"] + "outputs": [".svelte-kit/cloudflare/docs/**"] }, "test": { "outputs": ["coverage/**"],