Project Setup
Make sure to install the dependencies:
# yarn
bun install
bun run dev
Build the application for production:
bun run build
Locally preview production build:
bun preview
npx nuxi info
package.json
내에"nuxt": "npm:nuxt3@latest"
처리
Terminal Command
// bun.lockb, node_modules 삭제, .nuxt 삭제
bun install 진행
rm -rf node_modules
rm -rf bun.lockb
rm -rf .nuxt
bun pm cache rm
bun install
Supabase Setup
bun add supabase@">=1.8.1" --dev
bun supabase:login
package.json
스크립트 영역에 아래와 같이 추가
"supabase:type": "supabase gen types typescript --project-id ${PROJECT Reference ID} --schema public > types/supabase.ts"
npm version patch //0.0.x
npm version minor //0.x.0
npm version major //x.0.0