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
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
compatibilityDate: "2025-07-15",
|
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"],
|
modules: ["@nuxt/eslint", "@nuxt/ui", "@nuxtjs/plausible"],
|
||||||
build: {
|
build: {
|
||||||
transpile: ["vue-cal"],
|
transpile: ["vue-cal"],
|
||||||
|
|
@ -11,6 +11,9 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
css: ["~/assets/css/main.css"],
|
css: ["~/assets/css/main.css"],
|
||||||
vite: {
|
vite: {
|
||||||
|
optimizeDeps: {
|
||||||
|
include: ["@plausible-analytics/tracker"],
|
||||||
|
},
|
||||||
server: {
|
server: {
|
||||||
hmr: {
|
hmr: {
|
||||||
port: 24678,
|
port: 24678,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue