summaryrefslogtreecommitdiff
path: root/src/runtime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.ts')
-rw-r--r--src/runtime.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.ts b/src/runtime.ts
index 8e4c8635d..ac6d4664a 100644
--- a/src/runtime.ts
+++ b/src/runtime.ts
@@ -127,7 +127,7 @@ export async function createRuntime(astroConfig: AstroConfig, { logging }: Runti
extensions?: Record<string, string>;
} = {
extensions,
- resolve: async (pkgName: string) => snowpack.getUrlForPackage(pkgName)
+ resolve: async (pkgName: string) => snowpack.getUrlForPackage(pkgName),
};
const snowpackConfig = await loadConfiguration({