build.js setup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user