changed app.js to app.mjs

This commit is contained in:
2020-10-07 19:46:57 +02:00
parent b843f8de4b
commit 48bb30243c
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "menui_backend",
"version": "1.0.0",
"description": "backend for Menui",
"main": "app.js",
"main": "app.mjs",
"scripts": {
"test": "jest"
},