Skip to content

Commit

Permalink
chore: enable generate config
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Oct 7, 2023
1 parent 0ac23e6 commit c4c9ce5
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 298 deletions.
2 changes: 1 addition & 1 deletion apps/admin/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ VITE_LEGACY=true
VITE_USE_IMAGEMIN=true

# Whether to generate a configuration file (true/false)
VITE_GLOB_BUILD_GENERATE_CONFIG=false
VITE_GLOB_BUILD_GENERATE_CONFIG=true
2 changes: 1 addition & 1 deletion apps/admin/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ VITE_LEGACY=true
VITE_USE_IMAGEMIN=true

# Whether to generate a configuration file (true/false)
VITE_GLOB_BUILD_GENERATE_CONFIG=false
VITE_GLOB_BUILD_GENERATE_CONFIG=true
2 changes: 0 additions & 2 deletions apps/admin/autoResolver/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ declare module 'vue' {
NSteps: typeof import('@celeris/ca-components')['NSteps']
NSwitch: typeof import('@celeris/ca-components')['NSwitch']
NTable: typeof import('@celeris/ca-components')['NTable']
NTh: typeof import('@celeris/ca-components')['NTh']
NThead: typeof import('@celeris/ca-components')['NThead']
NTooltip: typeof import('@celeris/ca-components')['NTooltip']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
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.3",
"unplugin-config": "0.0.6-beta.0",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pwa": "^0.16.5",
Expand Down
Loading

2 comments on commit c4c9ce5

@vercel
Copy link

@vercel vercel bot commented on c4c9ce5 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.vercel.app
celeris-web-git-master-kirklin.vercel.app
celeris-web-kirklin.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c4c9ce5 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.