We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab95ca commit 776ce84Copy full SHA for 776ce84
backend/api/index.ts
@@ -3,7 +3,7 @@ import { cors } from 'hono/cors';
3
4
const app = new Hono();
5
6
-// 디버깅을 위해 모든 출처를 허용하는 가장 단순한 CORS 설정...
+// 디버깅을 위해 모든 출처를 허용하는 가장 단순한 CORS 설정..
7
app.use('*', cors());
8
9
// 다른 모든 라우트를 제거하고, 오직 이 테스트 라우트만 남깁니다.
frontend/src/routes/+layout.ts
@@ -1,6 +1,6 @@
1
// frontend/src/routes/+layout.ts
2
-// SvelteKit의 개발/프로덕션 모드 환경 변수를 가져옵니다..
+// SvelteKit의 개발/프로덕션 모드 환경 변수를 가져옵니다.
import { dev } from '$app/environment';
// SvelteKit 전용 애널리틱스 모듈을 가져옵니다.
import { injectAnalytics } from '@vercel/analytics/sveltekit';
0 commit comments