Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
fix: fix config files
Browse files Browse the repository at this point in the history
  • Loading branch information
uhidontkno committed Jun 12, 2024
1 parent e541f91 commit 3fdf6e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
File renamed without changes.
19 changes: 0 additions & 19 deletions frontend/vite.config.js

This file was deleted.

11 changes: 11 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()],
server:{
fs:{
strict:false
}
}
});

0 comments on commit 3fdf6e2

Please sign in to comment.