Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

App Config Vite

Use app-config with vite.

Install:

yarn add -D @app-config/vite

Add to your vite.config.js:

import appConfigVite from '@app-config/vite';

export default {
  plugins: [appConfigVite()],
};

This will allow you to use the config export from @app-config/main without calling loadConfig!