Update diffs

This commit is contained in:
Carlos Precioso
2025-11-13 16:46:39 +01:00
parent 4ca8a996da
commit f0b4d61797
2 changed files with 7 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
--- template/app/main.wasp
+++ opensaas-sh/app/main.wasp
@@ -3,31 +3,32 @@
version: "^0.18.0"
version: "^0.19.0"
},
- title: "My Open SaaS App",
@@ -13,11 +13,10 @@
- "<meta name='description' content='Your apps main description and features.' />",
- "<meta name='author' content='Your (App) Name' />",
- "<meta name='keywords' content='saas, solution, product, app, service' />",
-
+ "<meta name='description' content='Build and launch your SaaS application faster with our free, open-source starter kit. Features include auth, payments, AI example app, and admin dashboard.' />",
+ "<meta name='author' content='Open SaaS' />",
+ "<meta name='keywords' content='saas, starter, boilerplate, free, open source, authentication, payments' />",
+
+ "<meta property='og:site_name' content='Open SaaS' />",
"<meta property='og:type' content='website' />",
- "<meta property='og:title' content='Your Open SaaS App' />",

View File

@@ -1,9 +1,9 @@
--- template/app/package.json
+++ opensaas-sh/app/package.json
@@ -1,6 +1,11 @@
{
"name": "opensaas",
"type": "module",
@@ -5,6 +5,11 @@
".wasp/build/*",
".wasp/out/*"
],
+ "scripts": {
+ "deploy": "REACT_APP_GOOGLE_ANALYTICS_ID=G-H3LSJCK95H wasp deploy fly deploy",
+ "env:pull": "npx dotenv-vault@latest pull development .env.server",
@@ -12,7 +12,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-presigned-post": "^3.750.0",
@@ -36,6 +41,7 @@
@@ -40,6 +45,7 @@
"react-apexcharts": "1.4.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.60.0",