Update ClientServerService.ts

This commit is contained in:
syuilo 2024-08-26 17:12:31 +09:00
parent 7663f632d7
commit b0a2604425
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ export class ClientServerService {
});
//#region vite assets
if (this.config.clientManifestExists) {
if (this.config.frontendEmbedManifestExists) {
fastify.register((fastify, options, done) => {
fastify.register(fastifyStatic, {
root: frontendViteOut,