mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 07:04:50 -06:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
const build = require('./utils/build');
|
|
|
|
async function main() {
|
|
await build({ VITE_BASE_URL: '/manager/' });
|
|
}
|
|
|
|
main(); |