rwMarkable: create the data folders during installation

This commit is contained in:
vhsdream 2025-09-30 13:52:56 -04:00
parent 823bbca9af
commit 6b756c95f1

View File

@ -22,6 +22,7 @@ export NEXT_TELEMETRY_DISABLE=1
export NODE_ENV=production
$STD yarn --frozen-lockfile
$STD yarn build
mkdir -p data/{users,checklists,notes}
# maybe move some stuff around so the app is in a sensible spot?
msg_ok "Successfully built app"