🎉 init project
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
bc936fe610
commit
5bb6feae61
8 changed files with 6815 additions and 0 deletions
4
nuxt.config.ts
Normal file
4
nuxt.config.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: true }
|
||||
})
|
||||
Reference in a new issue