Huge bunch of UI/UX improvements and tweaks!
This commit is contained in:
parent
501be10bfe
commit
fb25e72215
37 changed files with 1651 additions and 949 deletions
|
|
@ -24,7 +24,7 @@ export default defineConfig({
|
|||
webServer: {
|
||||
command: "npm run build && NODE_ENV=development npm run preview",
|
||||
url: "http://localhost:3000",
|
||||
reuseExistingServer: false,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
env: {
|
||||
NUXT_PUBLIC_COMING_SOON: "false",
|
||||
NODE_ENV: "development",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue