You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I'm updating the theme config in vocs.config.ts I would like it so that changes are applied immediately versus restarting the server to see those changes.
Example:
File:./vocs.config.ts
import{defineConfig}from"vocs";exportdefaultdefineConfig({theme: {accentColor: "red"// <----- When I save this, I would like that the site refreshes}});
The text was updated successfully, but these errors were encountered:
Context
As I'm updating the theme config in
vocs.config.ts
I would like it so that changes are applied immediately versus restarting the server to see those changes.Example:
File:
./vocs.config.ts
The text was updated successfully, but these errors were encountered: