Skip to content

Commit

Permalink
Unset restartOnThemeUpdate for DP update
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAkayy committed Aug 30, 2024
1 parent b416111 commit ca27556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export default defineNuxtConfig({
cssPath: '@/assets/css/tailwind.css',
// themePath: false, // Set to false so that Design Panel is not used
// restartOnConfigUpdate: true,
restartOnThemeUpdate: true,
// restartOnThemeUpdate: true,
},
// plugins: [
// {
Expand Down

0 comments on commit ca27556

Please sign in to comment.