refactor: create standalone router package (#22)

* refactor: create standalone router package

* fix: add jsdom to tuono-router package

* fix: remove test in tuono vite.config

* update turbo to latest

* fix: wait build before lint

* fix: router types
This commit is contained in:
Valerio Ageno
2024-08-11 17:14:54 +02:00
committed by GitHub
parent 8604858a61
commit 75c790dd6e
32 changed files with 112 additions and 25 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"lint": {},
"lint": {
"dependsOn": [
"^build"
]
},
"format": {},
"format:check": {},
"types": {