Skip to content

Commit

Permalink
feat: latest version of lowcode (1.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsk committed Nov 10, 2022
1 parent ac0748f commit 92faa55
Show file tree
Hide file tree
Showing 26 changed files with 34,943 additions and 14,607 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_HASURA_GRAPHQL_ENDPOINT = "https://demo-orders.hasura.app/v1/graphql"
VITE_HASURA_GRAPHQL_SECRET = "EcB7JDhOnz4JDGHaWFfuPqa9EgXx3fnSzHhSfjfMawxtfZfcf9wLpGuYJjzLguN2"
VITE_HASURA_GRAPHQL_ENDPOINT = "https://test.hasura.magicsk.eu/v1/graphql"
VITE_HASURA_GRAPHQL_SECRET = "c2akHldMLELW7z5RFUMu8AnUxyHAXAThFzW5JZK7HejgMjG5cn7kr1m0C0Vefdbc"
VITE_INJECT_MODE = "jamstack"
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_HASURA_GRAPHQL_ENDPOINT = "https://test.hasura.magicsk.eu/v1/graphql"
VITE_HASURA_GRAPHQL_SECRET = "c2akHldMLELW7z5RFUMu8AnUxyHAXAThFzW5JZK7HejgMjG5cn7kr1m0C0Vefdbc"
VITE_INJECT_MODE = jamstack
VITE_INJECT_MODE = "jamstack"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ dist-ssr

# Generated code
src/generated/

.idea
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/static/logo.svg" />
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Iteria Lowcode</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@date-io/date-fns": "2.15.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@iteria-app/component-templates": "1.5.1",
"@iteria-app/component-templates": "1.6.0",
"@iteria-app/graphql-lowcode": "0.4.2",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.64",
Expand Down
Loading

0 comments on commit 92faa55

Please sign in to comment.