ragkit_convex_macros 0.0.3

Macros to help make Convex in Rust nice
Documentation
1
2
3
4
module.exports = {
  "*.rs": "rustfmt",
  "*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
};