mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-21 00:19:33 +01:00
Update diffs
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--- template/app/main.wasp
|
--- template/app/main.wasp
|
||||||
+++ opensaas-sh/app/main.wasp
|
+++ opensaas-sh/app/main.wasp
|
||||||
@@ -3,31 +3,32 @@
|
@@ -3,31 +3,32 @@
|
||||||
version: "^0.18.0"
|
version: "^0.19.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
- title: "My Open SaaS App",
|
- title: "My Open SaaS App",
|
||||||
@@ -13,11 +13,10 @@
|
|||||||
- "<meta name='description' content='Your apps main description and features.' />",
|
- "<meta name='description' content='Your apps main description and features.' />",
|
||||||
- "<meta name='author' content='Your (App) Name' />",
|
- "<meta name='author' content='Your (App) Name' />",
|
||||||
- "<meta name='keywords' content='saas, solution, product, app, service' />",
|
- "<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='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='author' content='Open SaaS' />",
|
||||||
+ "<meta name='keywords' content='saas, starter, boilerplate, free, open source, authentication, payments' />",
|
+ "<meta name='keywords' content='saas, starter, boilerplate, free, open source, authentication, payments' />",
|
||||||
+
|
|
||||||
+ "<meta property='og:site_name' content='Open SaaS' />",
|
+ "<meta property='og:site_name' content='Open SaaS' />",
|
||||||
"<meta property='og:type' content='website' />",
|
"<meta property='og:type' content='website' />",
|
||||||
- "<meta property='og:title' content='Your Open SaaS App' />",
|
- "<meta property='og:title' content='Your Open SaaS App' />",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
--- template/app/package.json
|
--- template/app/package.json
|
||||||
+++ opensaas-sh/app/package.json
|
+++ opensaas-sh/app/package.json
|
||||||
@@ -1,6 +1,11 @@
|
@@ -5,6 +5,11 @@
|
||||||
{
|
".wasp/build/*",
|
||||||
"name": "opensaas",
|
".wasp/out/*"
|
||||||
"type": "module",
|
],
|
||||||
+ "scripts": {
|
+ "scripts": {
|
||||||
+ "deploy": "REACT_APP_GOOGLE_ANALYTICS_ID=G-H3LSJCK95H wasp deploy fly deploy",
|
+ "deploy": "REACT_APP_GOOGLE_ANALYTICS_ID=G-H3LSJCK95H wasp deploy fly deploy",
|
||||||
+ "env:pull": "npx dotenv-vault@latest pull development .env.server",
|
+ "env:pull": "npx dotenv-vault@latest pull development .env.server",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.523.0",
|
"@aws-sdk/client-s3": "^3.523.0",
|
||||||
"@aws-sdk/s3-presigned-post": "^3.750.0",
|
"@aws-sdk/s3-presigned-post": "^3.750.0",
|
||||||
@@ -36,6 +41,7 @@
|
@@ -40,6 +45,7 @@
|
||||||
"react-apexcharts": "1.4.1",
|
"react-apexcharts": "1.4.1",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-hook-form": "^7.60.0",
|
"react-hook-form": "^7.60.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user