npm run build:ssr
command instead of npm run build
:
CPU(s) | RAM | Price / hour | Price / month |
---|---|---|---|
1 flex | 256MB | $0.0067 | $4.89 |
512MB | $0.0088 | $6.42 | |
1GB | $0.0139 | $10.15 | |
2 flex | 512MB | $0.0134 | $9.78 |
1GB | $0.0176 | $12.85 | |
2GB | $0.0278 | $20.29 | |
4 flex | 1GB | $0.0268 | $19.56 |
2GB | $0.0352 | $25.70 | |
4GB | $0.0556 | $40.59 | |
8 flex | 2GB | $0.0536 | $39.13 |
4GB | $0.0704 | $51.39 | |
8GB | $0.1112 | $81.18 | |
1 pro | 1GB | $0.0267 | $19.49 |
2GB | $0.0352 | $25.70 | |
4GB | $0.0556 | $40.59 | |
2 pro | 2GB | $0.0534 | $38.98 |
4GB | $0.0704 | $51.39 | |
8GB | $0.1112 | $81.18 | |
4 pro | 4GB | $0.1068 | $77.96 |
8GB | $0.1408 | $102.78 | |
16GB | $0.2224 | $162.35 | |
8 pro | 8GB | $0.2136 | $155.93 |
16GB | $0.2816 | $205.57 | |
32GB | $0.4448 | $324.70 |
file
driver for maintenance mode. If you run php artisan down
from the “Commands” tab, the maintenance mode state will not persist across deployments or apply to multiple replicas.
To ensure a consistent maintenance mode state across your application and its replicas, set the maintenance mode driver to cache
and use either a database or the Laravel KV store (Redis-compatible) as the maintenance mode state backend in your environment variables.