Skip to content

Commit

Permalink
chore: remove unused runtimeConfig in nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jan 25, 2024
1 parent 9f397a8 commit f68149d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,4 @@ export default defineNuxtConfig({
"@bg-dev/nuxt-naiveui",
"@nuxt/test-utils/module",
],
runtimeConfig: {
public: {
baseURL: isProd
? "http://earthworm.cuixueshe.com:81/api"
: "http://localhost:3001",
},
},
});

0 comments on commit f68149d

Please sign in to comment.