N
Nuxt8mo ago
Zampa

With the new /app dir structure, where do we place:

/tests/ (all the .test.ts files) /types (all the TS interfaces) /stores (all the Pinia stores) ? Do they all go under /app?
2 Replies
Raubin
Raubin8mo ago
I was wondering the same thing. I also use a /constants folder which I was using both in client and server (and /types too)
Ragura
Ragura8mo ago
Yep, you can just put all of that under app.

Did you find this page helpful?