mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
chore(config): update project configuration and dependencies
This commit is contained in:
parent
6ea877a1be
commit
289b6cc784
3 changed files with 9 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
import { defineNuxtConfig } from 'nuxt/config';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
devtools: { enabled: false },
|
||||
compatibilityDate: "2024-07-04",
|
||||
ssr: false,
|
||||
modules: ["wrdu-keyboard"],
|
||||
vite: {
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
|
@ -12,5 +13,5 @@ export default defineNuxtConfig({
|
|||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "nuxt-app",
|
||||
"name": "qopy",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -20,7 +20,7 @@
|
|||
"sass-embedded": "1.85.1",
|
||||
"uuid": "11.1.0",
|
||||
"vue": "3.5.13",
|
||||
"wrdu-keyboard": "3.2.0"
|
||||
"wrdu-keyboard": "link:wrdu-keyboard"
|
||||
},
|
||||
"overrides": {
|
||||
"chokidar": "^3.6.0"
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
// https://nuxt.com/docs/guide/concepts/typescript
|
||||
"extends": "./.nuxt/tsconfig.json"
|
||||
"extends": "./.nuxt/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue