neckfireandClaude Opus 4.8 8a0de78e78
Build & Deploy / build (push) Successful in 23s
StreakFit web: fix 419 sur les séances — pose le cookie CSRF avant toute requête mutante
Cause: après login OIDC/pocket-id (ou XSRF cookie absent), le SPA n'avait jamais
appelé /sanctum/csrf-cookie -> POST /api/sessions (démarrer une séance) = 419.
Fix: useApi.api récupère automatiquement le cookie XSRF si absent avant tout
POST/PUT/PATCH/DELETE. Corrige démarrage de séance, log de séries, complete, etc.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 13:57:10 +02:00

Nuxt Starter Template

Nuxt UI

Use this template to get started with Nuxt UI quickly.

Nuxt Starter Template

The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.

Quick Start

npm create nuxt@latest -- -t ui

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.

S
Description
No description provided
Readme MIT
342 KiB
Languages
Vue 78.1%
TypeScript 16.8%
CSS 4.1%
Dockerfile 0.8%
JavaScript 0.2%