Skip to content

Commit

Permalink
fix: APP_NAME config
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Oct 7, 2023
1 parent b7d4792 commit d6141e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/node/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-config": "^0.0.7",
"unplugin-config": "^0.0.8",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pwa": "^0.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/vite/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export const GLOB_CONFIG_FILE_NAME = "_app.config.js";
export const OUTPUT_DIR = "dist";

// This constant sets the name of the application
export const APP_NAME = "Celeris Web";
export const APP_NAME = "Celeris_Web";
15 changes: 5 additions & 10 deletions pnpm-lock.yaml

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

2 comments on commit d6141e6

@vercel
Copy link

@vercel vercel bot commented on d6141e6 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web – ./apps/admin

celeris-web-git-master-kirklin.vercel.app
celeris-web-kirklin.vercel.app
celeris-web.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d6141e6 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

celeris-web-api – ./services/admin

celeris-web-api-git-master-kirklin.vercel.app
celeris-web-api-kirklin.vercel.app
celeris-web-api.vercel.app

Please sign in to comment.