convert server to mjs

This commit is contained in:
Matt Walsh
2025-03-22 13:19:36 +01:00
parent cab2da5e62
commit c2f0b9bf3f
13 changed files with 43 additions and 32 deletions

View File

@@ -2,7 +2,8 @@
"name": "ws4kp",
"version": "5.14.3",
"description": "Welcome to the WeatherStar 4000+ project page!",
"main": "index.js",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "sass --style=compressed ./server/styles/scss/main.scss ./server/styles/main.css",
@@ -48,4 +49,4 @@
"express": "^4.17.1",
"ejs": "^3.1.5"
}
}
}