Prepare production deployment

This commit is contained in:
2026-07-20 04:14:24 +05:00
parent 55583e2101
commit 2e3550a4dc
46 changed files with 1497 additions and 882 deletions
+8
View File
@@ -0,0 +1,8 @@
import { json } from '@sveltejs/kit';
export const GET = () => {
return json({
status: 'ok',
service: 'flamy-trade'
});
};