- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
7 lines
248 B
JSON
7 lines
248 B
JSON
{
|
|
"watch": ["src", "../../packages/base", "../../packages/core"],
|
|
"ext": "ts,js",
|
|
"ignore": ["**/dist/**", "**/node_modules/**"],
|
|
"exec": "pnpm run build --prefix ../../ && pnpm run migrate && node --inspect=0.0.0.0:9229 ./dist/index.js"
|
|
}
|