Add response time to SSR GET log (#29)

* feat: add response time to SSR GET log

* feat: update version to v0.10.1
This commit is contained in:
Valerio Ageno
2024-08-19 18:25:00 +02:00
committed by GitHub
parent 60f622542f
commit d0a6c59c62
12 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-fs-router-vite-plugin",
"version": "0.10.0",
"version": "0.10.1",
"description": "Plugin for the tuono's file system router. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-lazy-fn-vite-plugin",
"version": "0.10.0",
"version": "0.10.1",
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-router",
"version": "0.10.0",
"version": "0.10.1",
"description": "React routing component for the framework tuono. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono",
"version": "0.10.0",
"version": "0.10.1",
"description": "The react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",