럭키시트 로드 가능, 옵션이 안불러짐

This commit is contained in:
sheetEasy AI Team
2025-06-21 13:58:49 +09:00
parent bc5b316f3c
commit de6b4debac
16 changed files with 4115 additions and 182 deletions

View File

@@ -1,10 +1,10 @@
/// <reference types="vitest" />
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
// @ts-ignore - vitest config
test: {
globals: true,
environment: "jsdom",