Next.js Discord

Discord Forum

Turbo Cache vs Next Cache?

Unanswered
crucifixGlitch (Stan) posted this in #help-forum
Open in Discord
Avatar
Can someone point me to a document that explains the difference?

My company uses Turbo but I'm still seeing .next apps in the monorepo having their own cache folders.

Recently ran into an issue where I was setting some SCSS variables based off .env variables using next.config.mjs's sassOptions.additionalData and the scss was not getting updated when changing the .env file even when clearing Turbo's cache and restarting the dev server. Finally tracked it down to Next's cache...

0 Replies