[READ-ONLY] Mirror of https://github.com/danielroe/spooon. This is a tiny recipe app built in Nuxt for a live-coding session at Vue.js Nation 2024. nuxt-spooon.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

spooon / tsconfig.json
94 B 4 lines
1{ 2 // https://nuxt.com/docs/guide/concepts/typescript 3 "extends": "./.nuxt/tsconfig.json" 4}