@@ -13,12 +13,6 @@ react:
1313 vite_plugin_call : " react()"
1414 copy_files_ts :
1515 " InertiaExample.tsx " : " %{js_destination_path}/pages/inertia_example/index.tsx"
16- " tsconfig.json " : " tsconfig.json"
17- " tsconfig.app.json " : " tsconfig.app.json"
18- " tsconfig.node.json " : " tsconfig.node.json"
19- " types/vite-env.d.ts " : " %{js_destination_path}/types/vite-env.d.ts"
20- " types/globals.d.ts " : " %{js_destination_path}/types/globals.d.ts"
21- " types/index.ts " : " %{js_destination_path}/types/index.ts"
2216 copy_files_js :
2317 " InertiaExample.jsx " : " %{js_destination_path}/pages/inertia_example/index.jsx"
2418 copy_files :
4438 " ../assets/vite_ruby.svg " : " %{js_destination_path}/assets/vite_ruby.svg"
4539 copy_files_ts :
4640 " InertiaExample.ts.vue " : " %{js_destination_path}/pages/inertia_example/index.vue"
47- " tsconfig.json " : " tsconfig.json"
48- " tsconfig.app.json " : " tsconfig.app.json"
49- " tsconfig.node.json " : " tsconfig.node.json"
50- " types/vite-env.d.ts " : " %{js_destination_path}/types/vite-env.d.ts"
51- " types/globals.d.ts " : " %{js_destination_path}/types/globals.d.ts"
52- " types/index.ts " : " %{js_destination_path}/types/index.ts"
5341 copy_files_js :
5442 " InertiaExample.vue " : " %{js_destination_path}/pages/inertia_example/index.vue"
5543
@@ -68,11 +56,6 @@ svelte:
6856 vite_plugin_call : " svelte()"
6957 copy_files_ts :
7058 " InertiaExample.ts.svelte " : " %{js_destination_path}/pages/inertia_example/index.svelte"
71- " tsconfig.json " : " tsconfig.json"
72- " tsconfig.node.json " : " tsconfig.node.json"
73- " types/vite-env.d.ts " : " %{js_destination_path}/types/vite-env.d.ts"
74- " types/globals.d.ts " : " %{js_destination_path}/types/globals.d.ts"
75- " types/index.ts " : " %{js_destination_path}/types/index.ts"
7659 copy_files_js :
7760 " InertiaExample.svelte " : " %{js_destination_path}/pages/inertia_example/index.svelte"
7861 copy_files :
0 commit comments