videoloss
videoloss
Explore posts from servers
TTCTheo's Typesafe Cult
Created by videoloss on 12/12/2024 in #questions
need help deciding mobile stack
hey, web dev here, hoping someone has mobile knowledge, I want to make something similar to a plane in-flight entertainment as an app(display maps, have some built-in games, play movies etc) while also having shared(or similar) codebase between android/iOS what would be the best option for tech stack? I'm also considering lightweight game engines
3 replies
NNuxt
Created by videoloss on 4/22/2024 in #❓・help
Custom Vitest port
how can I set a custom port for all @nuxt/test-utils tests?
await setup({
port: 3001
})
await setup({
port: 3001
})
in each tests works, but I'd prefer setting it via config, thanks
1 replies