mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-30 02:26:56 +00:00
oops
This commit is contained in:
parent
6a6c345698
commit
6ce81125a0
2 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,7 @@ const devConfig: UserConfig = {
|
||||||
publicDir: '../assets',
|
publicDir: '../assets',
|
||||||
base: './',
|
base: './',
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: 'localhost',
|
||||||
port: 5173,
|
port: 5173,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
|
|
|
@ -66,7 +66,6 @@ export function getConfig(): UserConfig {
|
||||||
|
|
||||||
server: {
|
server: {
|
||||||
port: 5173,
|
port: 5173,
|
||||||
host: true,
|
|
||||||
headers: { // なんか効かない
|
headers: { // なんか効かない
|
||||||
'X-Frame-Options': 'DENY',
|
'X-Frame-Options': 'DENY',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue