Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Fix permissions bug at ssh
  • Loading branch information
NaysKutzu committed Nov 29, 2024
1 parent 64fa24a commit 4a51575
Show file tree
Hide file tree
Showing 8 changed files with 249 additions and 302 deletions.
5 changes: 5 additions & 0 deletions frontend/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ declare module '*.vue' {
declare module '@vueuse/sound' {
export function useSound(url: string): { play: () => void };
}

declare module '*.yml' {
const content: any;
export default content;
}
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"vue-turnstile": "^1.0.11"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
Expand Down
292 changes: 0 additions & 292 deletions frontend/src/locale/en.json

This file was deleted.

Loading

0 comments on commit 4a51575

Please sign in to comment.