Add artist website and portfolio files with LFS
This commit is contained in:
17
artist-website/vite.config.ts
Normal file
17
artist-website/vite.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
clearScreen: false,
|
||||
server: {
|
||||
port: 1420,
|
||||
strictPort: true,
|
||||
watch: {
|
||||
ignored: ['**/src-tauri/**'],
|
||||
},
|
||||
allowedHosts: ['jasminelo.ddns.net'],
|
||||
},
|
||||
envPrefix: ['VITE_', 'TAURI_'],
|
||||
});
|
||||
Reference in New Issue
Block a user