refactor: move to bun #19

Closed
philipp wants to merge 29 commits from bun into dev
2 changed files with 3 additions and 2 deletions
Showing only changes of commit a0c35d1cef - Show all commits

View File

@ -1,5 +1,6 @@
{
"name": "email-microservice",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {

View File

@ -106,8 +106,8 @@ const routes = {
const apiDoc = {
openapi: '3.0.0',
info: {
title: 'Email Microservice API',
version: '1.0.0',
title: process.env.npm_package_name,
version: process.env.npm_package_version,
description: 'API for sending templated emails in multiple languages'
},
paths: routes