serial pairing

This commit is contained in:
2023-07-05 20:16:22 +02:00
parent f9fea7b585
commit fa0c394d4d
5 changed files with 46 additions and 29 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"deploy": "npm run build && gh-pages -d build",
"deploy": "npm run build && gh-pages -d build -t true",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",