Skip to content

Commit 41562a1

Browse files
committed
infra: added qwik city buildtime folder to 'watch mode"
1 parent af01769 commit 41562a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.ts

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export async function build(config: BuildConfig) {
186186
[join(config.srcQwikDir, 'prefetch-service-worker')]: () => submoduleQwikPrefetch(config),
187187
[join(config.srcQwikDir, 'server')]: () => submoduleServer(config),
188188
[join(config.srcQwikCityDir, 'runtime/src')]: () => buildQwikCity(config),
189+
[join(config.srcQwikCityDir, 'buildtime')]: () => buildQwikCity(config),
189190
});
190191
}
191192
} catch (e: any) {

0 commit comments

Comments
 (0)