- 일정 추가 로직 1차 구현 - 일정 목록 화면 구현 중
This commit is contained in:
@@ -9,7 +9,7 @@ const certPath = path.resolve(__dirname, 'certs');
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
// host: '0.0.0.0',
|
||||
port: 5185,
|
||||
https: {
|
||||
key: fs.readFileSync(path.join(certPath, 'localhost+2-key.pem')),
|
||||
|
||||
Reference in New Issue
Block a user