mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
module.exports = async function() {
|
|
// @ts-ignore
|
|
global.registryProcess.kill();
|
|
};
|