Skip to content

Commit

Permalink
feat: add ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-advokate committed Sep 9, 2024
1 parent bffdde1 commit 017f524
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vuetify": "^2.0.3",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.6"
},
Expand Down
45 changes: 43 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,25 @@
"skipLibCheck": true,
"types": [
"vite/client",
"vite-plugin-pwa/client"
"vite-plugin-pwa/client",
"vite-plugin-vue-layouts/client",
"unplugin-vue-router/client"
]
},
"plugins": [],
"include": [
"src/**/*",
"src/**/*.vue",
"types/**/*",
"build/**/*",
"mock/**/*",
"auto-imports.d.ts",
"components.d.ts"
],
"exclude": [
"**/*.js",
"node_modules",
"dist",
"cypress",
"tests"
],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
Expand Down

0 comments on commit 017f524

Please sign in to comment.