Compare commits
No commits in common. "f7aa51c33f5aebd25fb65bb04ae803cf58a14916" and "bdabff363c56902658e7b0f030081e335db552f8" have entirely different histories.
f7aa51c33f
...
bdabff363c
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
target/
|
||||
node_modules/
|
||||
.gradle/
|
||||
*.class
|
||||
*.log
|
||||
dist/
|
||||
.env
|
||||
File diff suppressed because one or more lines are too long
139
backend/src/main/resources/static/assets/index-DyYrpi_5.js
Normal file
139
backend/src/main/resources/static/assets/index-DyYrpi_5.js
Normal file
File diff suppressed because one or more lines are too long
14
backend/src/main/resources/static/index.html
Normal file
14
backend/src/main/resources/static/index.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>GUARDiA HRM — AI 인사관리 플랫폼</title>
|
||||
<script type="module" crossorigin src="/assets/index-DyYrpi_5.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Cyv5abjv.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
3369
frontend/package-lock.json
generated
Normal file
3369
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user