fix: correct vitest config import path and update CI trigger syntax in woodpecker configuration

This commit is contained in:
vickytechkey 2026-08-08 13:24:40 +05:30
parent 72ba3feb90
commit 55de4f77b0
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
when:
- event: [push, pull_request, deployment]
- event: push
- event: pull_request
- event: deployment
steps:
- name: install

View file

@ -1,5 +1,5 @@
import { defineConfig, mergeConfig } from 'vitest/config'
import viteConfig from './vite.config'
import viteConfig from './vite.config.ts'
export default mergeConfig(
viteConfig,