Skip to content

Commit

Permalink
chore: update depdencies and fix CVE-2024-37890 (#9)
Browse files Browse the repository at this point in the history
* chore: update depdencies

* fix build
  • Loading branch information
yurijmikhalevich authored Jul 6, 2024
1 parent 86f168d commit 27fbe1d
Show file tree
Hide file tree
Showing 3 changed files with 4,062 additions and 4,946 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ export default defineNuxtConfig({
title: "Aibyss",
},
},

devtools: { enabled: true },
css: ["~/assets/css/main.css"],
modules: ["nuxt-monaco-editor", "@nuxt/eslint", "@nuxt/test-utils/module"],

nitro: {
hooks: {
"dev:reload": () => require("isolated-vm"),
Expand All @@ -18,16 +20,19 @@ export default defineNuxtConfig({
dir: "./botApis",
}],
},

postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
},

typescript: {
typeCheck: true,
strict: true,
},

eslint: {
config: {
stylistic: {
Expand All @@ -40,4 +45,6 @@ export default defineNuxtConfig({
},
},
},

compatibilityDate: "2024-07-06",
});
Loading

0 comments on commit 27fbe1d

Please sign in to comment.