Files
joseph.nelson4456 2636816241 working on healthcheck api and auth api (#2)
Reviewed-on: #2
Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com>
Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
2026-05-15 22:37:27 -07:00

4 lines
88 B
JavaScript

export default {
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
}