first commit

This commit is contained in:
2026-06-16 13:04:11 +03:00
commit 7ecdb30afc
54 changed files with 15479 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export default {
datasource: {
url: process.env.DATABASE_URL || 'postgresql://postgres:postgres@localhost:5432/fethiye_holiday',
},
}