Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Sep 19, 2023
1 parent 5e4d055 commit ade1068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 19.x

- name: Install pnpm
run: npm install -g pnpm
Expand Down
15 changes: 4 additions & 11 deletions front/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ export default defineNuxtConfig({
'@vueuse/motion/nuxt',
'@nuxtjs/google-fonts'
],
nitro: {
esbuild: {
options: {
target: 'es2020'
}
}
},
vite: {
resolve: {
alias: {
Expand All @@ -33,14 +26,14 @@ export default defineNuxtConfig({
global: 'globalThis'
},
plugins: [
NodeModulesPolyfillPlugin(),
NodeGlobalsPolyfillPlugin({
buffer: true,
process: true,
buffer: true
})
}),
NodeModulesPolyfillPlugin(),
]
}
},
}
},
motion: {
directives: {
Expand Down

0 comments on commit ade1068

Please sign in to comment.