change all woach references
This commit is contained in:
parent
ea255a00e3
commit
26ab74c3ad
2 changed files with 8 additions and 6 deletions
|
|
@ -1,17 +1,18 @@
|
|||
# wip sveltekit site for anylists
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
bun install # install dependencies
|
||||
|
||||
bun run types # generate types from: https://winry.woach.me/Julia/anylists
|
||||
bun run types # generate types from: https://winry.woach.me/Spoor/lexicons
|
||||
|
||||
```
|
||||
|
||||
## Developing
|
||||
|
||||
start the development server
|
||||
|
||||
```bash
|
||||
bun run dev
|
||||
```
|
||||
|
|
@ -25,6 +26,7 @@ bun run build
|
|||
```
|
||||
|
||||
preview the static site with:
|
||||
|
||||
```bash
|
||||
bun run preview
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"client_id": "woach",
|
||||
"client_name": "Woach",
|
||||
"client_uri": "https://woach.me",
|
||||
"redirect_uris": ["https://woach.me/callback"],
|
||||
"client_id": "spoor",
|
||||
"client_name": "Spoor",
|
||||
"client_uri": "https://spoor.my",
|
||||
"redirect_uris": ["https://spoor.my/callback"],
|
||||
"application_type": "web",
|
||||
"dpop_bound_access_tokens": true,
|
||||
"grant_types": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue