first commit

This commit is contained in:
2025-04-17 14:39:00 +03:30
commit b78ab7d539
60 changed files with 4719 additions and 0 deletions

24
netlify.toml Normal file
View File

@@ -0,0 +1,24 @@
[images]
remote_images = ["https://source.unsplash.com/.*", "https://images.unsplash.com/.*", "https://ext.same-assets.com/.*", "https://ugc.same-assets.com/.*"]
[build]
command = "bun install && bun run build"
publish = "dist"
functions = "netlify/functions"
[build.environment]
NODE_VERSION = "20"
VITE_API_URL = "https://io-a.monasefloadbalancer.ir"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[dev]
command = "bun run dev"
port = 5173
targetPort = 5173
publish = "dist"
autoLaunch = true
framework = "vite"