mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
improved nextjs/remix adapters and docs, confirmed remix ssr working
This commit is contained in:
@@ -117,6 +117,7 @@ export class AdminController implements ClassController {
|
||||
let script: string | undefined;
|
||||
let css: string[] = [];
|
||||
|
||||
// @todo: check why nextjs imports manifest, it's not required
|
||||
if (isProd) {
|
||||
const manifest: Manifest = this.options.viteManifest
|
||||
? this.options.viteManifest
|
||||
|
||||
Reference in New Issue
Block a user