mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-08-05 13:25:14 +03:00
feat: Introduce fe modular build system
This commit is contained in:
8
fe-app-podkop/vitest.config.js
Normal file
8
fe-app-podkop/vitest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user