File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ImplicitUsings >enable</ImplicitUsings >
44 <Nullable >enable</Nullable >
5- <Version >0.0.7 </Version >
5+ <Version >0.0.8 </Version >
66 <TargetFrameworks >net6.0;net7.0</TargetFrameworks >
77 <PackageId >AspNetCore.InertiaCore</PackageId >
88 <Authors >kapi2289</Authors >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and its usage is more similar to the official adapters'.
1717- [x] Better shared data integration.
1818- [x] Props and shared props are merged instead of being separated.
1919- [x] Server-side rendering support.
20+ - [x] Vite helper, thanks to [ @adrum ] ( https://www.github.com/adrum ) .
2021- [x] Cycle-safe model with relations data serialization.
2122- [x] Fixed ** PATCH** , ** PUT** , ** DELETE** redirection not working properly.
2223
@@ -235,7 +236,7 @@ import laravel from "laravel-vite-plugin";
235236import path from " path" ;
236237import { mkdirSync } from " fs" ;
237238
238- // Auto-initialize the default output directory
239+ // Auto-initialize the default output directory
239240const outDir = " ../wwwroot/build" ;
240241
241242mkdirSync (outDir, { recursive: true });
@@ -341,4 +342,4 @@ Here's an example that just produces a single CSS file:
341342 @Vite.Input("src/main.scss")
342343 </body >
343344</html >
344- ```
345+ ```
You can’t perform that action at this time.
0 commit comments