Override conflicting dependencies

This commit is contained in:
Darren Clarke 2023-05-25 13:02:29 +00:00
parent 495e8338b9
commit 291395f8d3
5 changed files with 703 additions and 703 deletions

View file

@ -13,7 +13,7 @@ export const Layout: FC<PropsWithChildren> = ({ children }) => {
const [cookies, setCookie] = useCookies(["cookieConsent"]);
const consentGranted = cookies.cookieConsent === "true";
console.log({ val: process.env.LINK_EMBEDDED });
const {
publicRuntimeConfig: { embedded },
} = getConfig();

View file

@ -31,7 +31,7 @@
"twilio-client": "^1.15.0"
},
"scripts": {
"serve": "next dev -p 2999",
"dev": "next dev -p 2999",
"build": "next build",
"start": "next start",
"test": "echo no tests",