update projext

This commit is contained in:
2025-11-04 15:12:35 -03:00
parent 0b0ef528df
commit ede0e26dfc
11 changed files with 1841 additions and 33 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "insights-saladeaula-digital",
"name": "insights.saladeaula.digital",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"cf-typegen": "wrangler types",
"deploy": "npm run build && wrangler deploy",
"dev": "react-router dev --port 5172",
"dev": "react-router dev --port 5173",
"postinstall": "npm run cf-typegen",
"preview": "npm run build && vite preview",
"typecheck": "npm run cf-typegen && react-router typegen && tsc --noEmit"