fix(#48): add type:module to mam-api package.json

This commit is contained in:
Zac Gaetano 2026-05-25 17:37:56 -04:00
parent 4c8c3b72bb
commit 15b4d45375

View file

@ -2,6 +2,7 @@
"name": "wild-dragon-mam-api",
"version": "0.1.0",
"description": "Media Asset Management API for Wild Dragon",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",