diff --git a/package.json b/package.json
index 460be8b..ed5dd23 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
- "build": "vue-tsc && vite build",
+ "build": "vite build",
+ "build:check": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
diff --git a/src/components/common/Card/Card.vue b/src/components/common/Card/Card.vue
index a12179c..5d142b8 100644
--- a/src/components/common/Card/Card.vue
+++ b/src/components/common/Card/Card.vue
@@ -75,7 +75,7 @@ const handleClick = (e: MouseEvent) => {
}
&:active {
- @apply scale-98;
+ @apply scale-95;
}
}
}
diff --git a/src/views/appointment/List.vue b/src/views/appointment/List.vue
new file mode 100644
index 0000000..48d0957
--- /dev/null
+++ b/src/views/appointment/List.vue
@@ -0,0 +1,9 @@
+
+
+
+
+
diff --git a/vite.config.ts b/vite.config.ts
index dff6393..2d501cc 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -23,7 +23,7 @@ export default defineConfig({
outDir: 'dist',
assetsDir: 'assets',
sourcemap: false,
- minify: 'terser',
+ minify: 'esbuild',
rollupOptions: {
output: {
manualChunks: {