Skip to content

Commit

Permalink
infra: added qwik city buildtime folder to 'watch mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Dec 24, 2024
1 parent 0b368e3 commit 8b34bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export async function build(config: BuildConfig) {
[join(config.srcQwikDir, 'prefetch-service-worker')]: () => submoduleQwikPrefetch(config),
[join(config.srcQwikDir, 'server')]: () => submoduleServer(config),
[join(config.srcQwikCityDir, 'runtime/src')]: () => buildQwikCity(config),
[join(config.srcQwikCityDir, 'buildtime')]: () => buildQwikCity(config),
});
}
} catch (e: any) {
Expand Down

0 comments on commit 8b34bba

Please sign in to comment.