tangled
alpha
login
or
join now
danielmorrisey.com
/
plcbundle-watch
forked from
tree.fail/plcbundle-watch
0
fork
atom
this repo has no description
plcbundle-watch.pages.dev
0
fork
atom
overview
issues
pulls
pipelines
update
tree.fail
4 months ago
d1ea6fdd
69d0a0b2
+3
-3
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
src
instances.json
+1
-1
.tangled/workflows/deploy.yml
···
11
11
command: |
12
12
bun i && bun run build
13
13
14
14
-
- name: deploy
14
14
+
- name: deployw
15
15
command: |
16
16
bunx wrangler pages deploy --branch main --project-name plcbundle-watch ./dist/
+2
-2
src/instances.json
···
5
5
},
6
6
{
7
7
"url": "https://plc.j4ck.xyz",
8
8
-
"modern": false
8
8
+
"modern": true
9
9
},
10
10
{
11
11
"url": "https://plc.indexx.dev",
12
12
-
"modern": false
12
12
+
"modern": true
13
13
}
14
14
]