Prepare production and Coolify deployment with original exports and datetime pickers

This commit is contained in:
2026-09-09 17:59:20 -04:00
parent 574f29a68e
commit 64d7acc9c0
38 changed files with 1296 additions and 8 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "album",
"private": true,
"packageManager": "bun@1.3.14",
"packageManager": "bun@1.4.0",
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"bun": ">=1.3.0"
"bun": ">=1.4.0"
},
"scripts": {
"dev": "bun --env-file=.env x turbo dev",