Forráskód Böngészése

chore: build command and url

Denis 4 hete
szülő
commit
9443e18dcc
3 módosított fájl, 9 hozzáadás és 8 törlés
  1. 2 2
      package-lock.json
  2. 5 4
      package.json
  3. 2 2
      quasar.config.js

+ 2 - 2
package-lock.json

@@ -1,11 +1,11 @@
 {
-  "name": "quasar-skeleton",
+  "name": "ginastica-franchisor",
   "version": "0.0.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
-      "name": "quasar-skeleton",
+      "name": "ginastica-franchisor",
       "version": "0.0.1",
       "dependencies": {
         "@bufbuild/protobuf": "^2.5.1",

+ 5 - 4
package.json

@@ -1,8 +1,8 @@
 {
-  "name": "quasar-skeleton",
+  "name": "ginastica-franchisor",
   "version": "0.0.1",
-  "description": "A skeleton for future projects",
-  "productName": "Quasar App",
+  "description": "Ginastica Cerebro Franchisor",
+  "productName": "Gianstica Cerebro Franchisor",
   "author": "Denis <denis.gnl@gmail.com>",
   "type": "module",
   "private": true,
@@ -11,7 +11,8 @@
     "format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
     "test": "echo \"No test specified\" && exit 0",
     "dev": "quasar dev",
-    "build": "quasar build"
+    "build": "quasar build",
+    "deploy": "aws --profile michel-softpar --region sa-east-1 s3 sync ./dist/spa s3://ginastica-cerebro-front-franchisor --delete"
   },
   "dependencies": {
     "@bufbuild/protobuf": "^2.5.1",

+ 2 - 2
quasar.config.js

@@ -55,8 +55,8 @@ export default defineConfig((ctx) => {
       // publicPath: '/',
       // analyze: true,
       env: {
-        APP_NAME: "skeleton",
-        API_URL: ctx.dev ? "http://localhost:8000" : "http://localhost:8000",
+        APP_NAME: "ginastica-franchisor",
+        API_URL: ctx.dev ? "http://localhost:8000" : "https://api-gc.softpar.inf.br",
         PASSWORD: ctx.dev ? "S@ft2080." : "",
         WEBSOCKET_API: ctx.dev
           ? "http://localhost:4321/"