Crate standalone fs router package (#11)

* refactor: moved fs-router to standalone package

* chore: remove useless split source function

* feat: add simple test cases

* fix: README formatting

* fix: remove useless RouteSubNode

* feat: update version to v0.4.4
This commit is contained in:
Valerio Ageno
2024-07-08 21:39:00 +02:00
committed by GitHub
parent bc7ffc2246
commit e4d4a75b88
31 changed files with 261 additions and 724 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono-lazy-fn-vite-plugin",
"version": "0.4.3",
"version": "0.4.4",
"description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework",
"scripts": {
"dev": "vite build --watch",