Skip to content

Commit

Permalink
Fix nuxt build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpk committed Jan 29, 2024
1 parent be360f2 commit ceb5071
Show file tree
Hide file tree
Showing 3 changed files with 3,797 additions and 3,231 deletions.
18 changes: 9 additions & 9 deletions pokedex-app/astro-pokedex/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import node from "@astrojs/node";
import { defineConfig } from 'astro/config'
import react from '@astrojs/react'
import node from '@astrojs/node'

// https://astro.build/config
export default defineConfig({
output: "server",
output: 'server',
integrations: [react()],
vite: {
ssr: {
noExternal: ["bulma"]
}
noExternal: ['bulma'],
},
},
adapter: node({
mode: "standalone"
})
});
mode: 'standalone',
}),
})
2 changes: 1 addition & 1 deletion pokedex-app/nuxt-pokedex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nuxtjs/stylelint-module": "^4.1.0",
"@playwright/test": "^1.25.2",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-core": "^7.23.9",
"babel-jest": "^27.4.4",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit ceb5071

Please sign in to comment.