mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-25 05:37:43 -06:00
version 0.4.0 prepare to evolution-api
This commit is contained in:
@@ -8,8 +8,6 @@ module.exports = async (argv) => {
|
||||
const isEvolutionInstalled = verifyEvolutionInstallation();
|
||||
if (!isEvolutionInstalled) return;
|
||||
|
||||
|
||||
|
||||
console.log(`🔃 Reverting to Evolution-Api v${v}...`);
|
||||
await revertToVersion(v);
|
||||
console.log(`🔃 Reverted to Evolution-Api v${v} successfully`);
|
||||
|
||||
7
lib/postinstall.js
Normal file
7
lib/postinstall.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const build = require('./utils/build');
|
||||
|
||||
async function main() {
|
||||
await build({ VITE_BASE_URL: '/manager/' });
|
||||
}
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user