working on healthcheck api and auth api #2

Merged
joseph.nelson4456 merged 4 commits from create-auth-routes into main 2026-05-15 22:37:29 -07:00
Showing only changes of commit aaf6c7a60c - Show all commits
+1 -1
View File
@@ -1,3 +1,3 @@
export default {
presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
}