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
|
# wip sveltekit site for anylists
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun install # install dependencies
|
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
|
## Developing
|
||||||
|
|
||||||
start the development server
|
start the development server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run dev
|
bun run dev
|
||||||
```
|
```
|
||||||
|
|
@ -25,6 +26,7 @@ bun run build
|
||||||
```
|
```
|
||||||
|
|
||||||
preview the static site with:
|
preview the static site with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun run preview
|
bun run preview
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"client_id": "woach",
|
"client_id": "spoor",
|
||||||
"client_name": "Woach",
|
"client_name": "Spoor",
|
||||||
"client_uri": "https://woach.me",
|
"client_uri": "https://spoor.my",
|
||||||
"redirect_uris": ["https://woach.me/callback"],
|
"redirect_uris": ["https://spoor.my/callback"],
|
||||||
"application_type": "web",
|
"application_type": "web",
|
||||||
"dpop_bound_access_tokens": true,
|
"dpop_bound_access_tokens": true,
|
||||||
"grant_types": [
|
"grant_types": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue