feat: migrate Bash builder script to node.js for enhanced cross-platform compatibility

This commit is contained in:
Mathias Schopmans
2024-03-06 14:20:30 +01:00
committed by Mathias Schopmans
parent b7efe8060f
commit 7ed4ca9eb2
3 changed files with 109 additions and 48 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "aoe_technology_radar",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"private": true,
"bin": {
"techradar": "./bin/techradar.sh"
"techradar": "./bin/techradar.js"
},
"scripts": {
"dev": "next dev --turbo",