Update ClientServerService.ts
This commit is contained in:
parent
7663f632d7
commit
b0a2604425
|
@ -278,7 +278,7 @@ export class ClientServerService {
|
||||||
});
|
});
|
||||||
|
|
||||||
//#region vite assets
|
//#region vite assets
|
||||||
if (this.config.clientManifestExists) {
|
if (this.config.frontendEmbedManifestExists) {
|
||||||
fastify.register((fastify, options, done) => {
|
fastify.register((fastify, options, done) => {
|
||||||
fastify.register(fastifyStatic, {
|
fastify.register(fastifyStatic, {
|
||||||
root: frontendViteOut,
|
root: frontendViteOut,
|
||||||
|
|
Loading…
Reference in New Issue