mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add Next.js to PWA compatible frontends
This commit is contained in:
@@ -100,7 +100,7 @@ const checkHasNativeFrontend = (nativeFrontend: string[]) =>
|
||||
|
||||
const hasPWACompatibleFrontend = (webFrontend: string[]) =>
|
||||
webFrontend.some((f) =>
|
||||
["tanstack-router", "react-router", "solid"].includes(f),
|
||||
["tanstack-router", "react-router", "solid", "next"].includes(f),
|
||||
);
|
||||
|
||||
const hasTauriCompatibleFrontend = (webFrontend: string[]) =>
|
||||
|
||||
Reference in New Issue
Block a user