chore: fix vitest path aliases and verify build
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled

This commit is contained in:
2026-02-11 10:44:57 +01:00
parent c111efae1a
commit a60e8af26b

View File

@@ -5,6 +5,7 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
resolve: { resolve: {
alias: { alias: {
'@': __dirname,
'next/server': 'next/server.js', 'next/server': 'next/server.js',
}, },
}, },