import { runSql } from "./tasks.mjs";
export default (on, config) => {
on("task", {
runSql,
});
return config;
};