mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
module.exports = async function() {
|
|
// @ts-ignore
|
|
global.registryProcess.kill();
|
|
};
|