Skip to content

Commit

Permalink
Merge pull request #186 from prose-im/cloud-signup
Browse files Browse the repository at this point in the history
Prose Cloud Signup
  • Loading branch information
valeriansaliou authored Nov 24, 2024
2 parents cd3c760 + 633379b commit 7a5845a
Show file tree
Hide file tree
Showing 83 changed files with 5,056 additions and 227 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27-alpine-slim as web
FROM nginx:1.27-alpine-slim AS web

RUN rm -rf /etc/nginx/ /var/www/

Expand Down
4 changes: 2 additions & 2 deletions env/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ error_log /dev/stdout info;
events {}

http {
include mime.types;
charset utf-8;
include mime.types;
charset utf-8;

access_log off;
absolute_redirect off;
Expand Down
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,5 +304,10 @@ export default defineNuxtConfig({
// Dev Tools Configuration
devtools: {
enabled: true
},

// Experimental Configuration
experimental: {
inlineRouteRules: true
}
});
26 changes: 25 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
},
"dependencies": {
"vue": "3.5.11",
"vue-confetti": "2.3.0",
"keycode": "2.2.1",
"check-password-strength": "2.0.10",
"credit-card-type": "10.0.1",
"crisp-sdk-web": "1.0.25"
},
"devDependencies": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/components/base/BasePaymentIcon/elo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7a5845a

Please sign in to comment.