UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

9 lines 251 B
export default { bundler: "vite", client: { // Any vite config can be put in client object in order to configure the bundling. // It will be merged with the default config bundled with imba plugins: [], // same for plugins }, // server: {} }