make packers a top-level export
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
export { LocalPacker } from "./packer/local";
|
||||
export { ExpressPacker } from "./packer/express";
|
||||
export { Packer } from "./packer/packer";
|
||||
|
Reference in New Issue
Block a user