✨ Recognize teammates in slack by awarding them sparkles!
1import * as assets from "hanami-assets";
2
3await assets.run();
4
5// To provide additional esbuild (https://esbuild.github.io) options, use the following:
6//
7// Read more at: https://guides.hanamirb.org/assets/customization/
8//
9// await assets.run({
10// esbuildOptionsFn: (args, esbuildOptions) => {
11// // Add to esbuildOptions here. Use `args.watch` as a condition for different options for
12// // compile vs watch.
13//
14// return esbuildOptions;
15// }
16// });