build.js setup

This commit is contained in:
fraxle
2026-05-18 21:04:17 +01:00
parent 31233c713f
commit 07b5c7617c
3 changed files with 630 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "sunscope",
"version": "1.0.0",
"description": "SunScope UTCI Thermal Comfort Forecast",
"type": "module",
"scripts": {
"build": "node build.js",
"build:watch": "node --watch build.js"
},
"devDependencies": {
"esbuild": "^0.21.0"
}
}