6 lines
299 B
Bash
6 lines
299 B
Bash
# Option A: path to Go project root; deploy target becomes <GO_PROJECT_DIR>/spa
|
|
GO_PROJECT_DIR=/Users/fabio/CODE/APP_GO_QUASAR/backend/internal/http/static
|
|
|
|
# Option B (overrides GO_PROJECT_DIR): explicit target dir where dist/spa is copied
|
|
# GO_SPA_TARGET_DIR=/absolute/path/to/your/go/project/spa
|