mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-14 11:44:08 +01:00
Update ClientServerService.ts
This commit is contained in:
parent
7663f632d7
commit
b0a2604425
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue