Skip to content

Commit

Permalink
workaround incorrect types
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Dec 24, 2024
1 parent fa1c549 commit d4626bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ async function getStaticAssets(clientDir: string) {
*
* Copyright of withastro/adapters contributors, Reproduced under MIT License
*/
// @ts-expect-error client and server fields are always present
function resolveClientDir(options: InternalOptions) {
const clientURLRaw = new URL(options.client);
const serverURLRaw = new URL(options.server);
Expand Down

0 comments on commit d4626bd

Please sign in to comment.