You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Kyte Shipyard — admin UI for the Kyte platform. Sources in assets/js/source/, esbuild minifies to assets/js/ (gitignored).",
"type": "module",
"scripts": {
"build": "node build.mjs",
"watch": "node build.mjs --watch",
"clean": "node -e \"const fs=require('node:fs');const d='assets/js';for(const f of fs.readdirSync(d).filter(x=>x.endsWith('.js')||x.endsWith('.js.map'))){fs.unlinkSync(d+'/'+f);}\""