@jerad
To change the directory for Vite manifest, you need to modify the configuration file vite.config.js
. You can add the root
option to specify the directory where the Vite manifest file should be located.
Here's an example of how you can change the directory for Vite manifest:
1 2 3 |
export default { root: '/path/to/directory', } |
Now, the Vite manifest file should be located in the specified directory.