chore: try install-sterategy=linked for gui part

This commit is contained in:
anatawa12 2026-04-23 23:20:30 +09:00
commit d8f564e161
No known key found for this signature in database
GPG key ID: 9CA909848B8E4EA6
4 changed files with 8 additions and 2 deletions

View file

@ -1 +1,2 @@
ignore-scripts=true
install-strategy=linked

View file

@ -1,5 +1,8 @@
import type { DefaultError } from "@tanstack/query-core";
import { queryOptions, type UseMutationOptions } from "@tanstack/react-query";
import {
type DefaultError,
queryOptions,
type UseMutationOptions,
} from "@tanstack/react-query";
import { CircleAlert } from "lucide-react";
import type React from "react";
import { Fragment } from "react";

View file

@ -49,6 +49,7 @@
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"json5": "^2",
"rolldown": "*",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0",
"vite": "^8.0.9"

View file

@ -54,6 +54,7 @@
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"rolldown": "*",
"json5": "^2",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0",