This commit is contained in:
HellhoundSoftware 2024-12-20 19:38:09 -05:00
parent 6a6c345698
commit 6ce81125a0
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,7 @@ const devConfig: UserConfig = {
publicDir: '../assets',
base: './',
server: {
host: true,
host: 'localhost',
port: 5173,
proxy: {
'/api': {

View file

@ -66,7 +66,6 @@ export function getConfig(): UserConfig {
server: {
port: 5173,
host: true,
headers: { // なんか効かない
'X-Frame-Options': 'DENY',
},