We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93036f7 commit 1c814f8Copy full SHA for 1c814f8
src/build/content/static.ts
@@ -67,7 +67,7 @@ export const copyStaticAssets = async (ctx: PluginContext): Promise<void> => {
67
}
68
69
export const copyStaticExport = async (ctx: PluginContext): Promise<void> => {
70
- tracer.withActiveSpan('copyStaticExport', async () => {
+ await tracer.withActiveSpan('copyStaticExport', async () => {
71
try {
72
await rm(ctx.staticDir, { recursive: true, force: true })
73
await cp(ctx.resolveFromSiteDir('out'), ctx.staticDir, { recursive: true })
0 commit comments