update

Changed files
+3 -3
.tangled
workflows
src
+1 -1
.tangled/workflows/deploy.yml
··· 11 command: | 12 bun i && bun run build 13 14 - - name: deploy 15 command: | 16 bunx wrangler pages deploy --branch main --project-name plcbundle-watch ./dist/
··· 11 command: | 12 bun i && bun run build 13 14 + - name: deployw 15 command: | 16 bunx wrangler pages deploy --branch main --project-name plcbundle-watch ./dist/
+2 -2
src/instances.json
··· 5 }, 6 { 7 "url": "https://plc.j4ck.xyz", 8 - "modern": false 9 }, 10 { 11 "url": "https://plc.indexx.dev", 12 - "modern": false 13 } 14 ]
··· 5 }, 6 { 7 "url": "https://plc.j4ck.xyz", 8 + "modern": true 9 }, 10 { 11 "url": "https://plc.indexx.dev", 12 + "modern": true 13 } 14 ]