get e2e and dev to work with test as new root directory

This commit is contained in:
Alessio Gravili
2024-03-19 11:31:50 -04:00
parent 9877fe2eed
commit 72c6200f17
103 changed files with 153 additions and 48 deletions

5
test/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.