add command for non-hot version
veryroundbird.house 1 month ago 5a7bdf5c c25a662e
··· 1 1 { 2 2 "name": "fixao3-loc", 3 3 "scripts": { 4 4 - "dev": "bun run --hot main.jsx" 4 4 + "dev": "bun run --hot main.jsx", 5 5 + "prod": "bun run main.jsx" 5 6 }, 6 7 "dependencies": { 7 8 "@fujocoded/ao3.js": "^0.22.1",