Fix node_modules install + optimize go install by mounting go mod folder into VM

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 18:51:46 +04:00
parent 195fa74109
commit dbc5827357
4 changed files with 24 additions and 26 deletions

View File

@@ -91,8 +91,8 @@ func New() *Implm {
},
Pg: PgConfig{
Addr: "localhost:5432",
Username: "postgres",
Password: "postgres",
Username: "probod",
Password: "probod",
Database: "probod",
PoolSize: 100,
MinPoolSize: 10,