feat/newsletter #10

Merged
palid merged 4 commits from feat/newsletter into main 2025-02-12 12:00:33 +00:00
Showing only changes of commit d9b728aacf - Show all commits

View file

@ -6,11 +6,7 @@
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint"
"translations:extract": "lingui extract-template",
"translations:compile": "lingui compile",
"translations:sync": "lingui extract --overwrite && lingui compile",
"translations:sync_and_purge": "lingui extract --overwrite --clean && lingui compile"
}, },
"dependencies": { "dependencies": {
"@formatjs/intl-localematcher": "^0.5.10", "@formatjs/intl-localematcher": "^0.5.10",