Updates!
This commit is contained in:
parent
df2e7e3356
commit
30ac314a74
3 changed files with 22 additions and 1 deletions
9
.cursorignore
Normal file
9
.cursorignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.env*
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
*.crt
|
||||
*.cert
|
||||
credentials.*
|
||||
secrets.*
|
||||
9
.cursorindexingignore
Normal file
9
.cursorindexingignore
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.env*
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
*.crt
|
||||
*.cert
|
||||
credentials.*
|
||||
secrets.*
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
devtools: { enabled: process.env.NODE_ENV !== 'production' },
|
||||
devtools: { enabled: process.env.NODE_ENV !== "production" },
|
||||
modules: ["@nuxt/eslint", "@nuxt/ui", "@nuxtjs/plausible"],
|
||||
build: {
|
||||
transpile: ["vue-cal"],
|
||||
|
|
@ -11,6 +11,9 @@ export default defineNuxtConfig({
|
|||
},
|
||||
css: ["~/assets/css/main.css"],
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: ["@plausible-analytics/tracker"],
|
||||
},
|
||||
server: {
|
||||
hmr: {
|
||||
port: 24678,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue