Add the documentation and new a build option (buildDev).

This commit is contained in:
vorotamoroz
2024-05-28 08:56:26 +01:00
parent 069b8513d1
commit bf3a6e7570
3 changed files with 79 additions and 65 deletions

View File

@@ -7,6 +7,7 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"buildDev": "node esbuild.config.mjs dev",
"lint": "eslint src"
},
"keywords": [],