Merge branch 'feat/333-creation-text-input' into feat/335-ajout-package-histoire

This commit is contained in:
2026-02-25 11:33:17 +01:00
10 changed files with 832 additions and 61 deletions

View File

@@ -3,7 +3,11 @@
"type": "module",
"version": "0.0.1",
"main": "./nuxt.config.ts",
"files": ["app/**", "nuxt.config.ts", "README.md"],
"files": [
"app/**",
"nuxt.config.ts",
"README.md"
],
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",