test: keep Vite env helper in frontend project

This commit is contained in:
2026-08-05 00:43:50 +00:00
parent 58f5e1102f
commit e86a23f749
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import assert from 'node:assert/strict';
import { describe, it } from 'node:test';
import { mergeViteEnv } from '../vite.config.ts';
import { mergeViteEnv } from '../src/config/viteEnv.ts';
void describe('game frontend Vite config', () => {
void it('prefers managed runtime values over values loaded from env files', () => {