-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
32 lines (25 loc) · 832 Bytes
/
Makefile
File metadata and controls
32 lines (25 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!make
MAKEFLAGS += --silent --jobs=15
##################################################################
## WARNING: assumes that .zsh_config is sourced!
##################################################################
###
### Environment
###
environment ?= development
export DOTENV_EXPAND_PREFIXES=MYENV_,ASPNETCORE_,DOTNET_,NODE_,PRODUCTION,WORKING_ENV
_ := $(shell bunx dotenv-cli -e .config/environment/.$(environment).env -- bun --bun ./nx/dotenv-expand-transpiler.ts ./ .env false >&2)
include .env
export $(shell sed 's/=.*//' .env)
EnvCmd = dotenv .config/environment/.$(environment).env
RebookPorts = 5000
# trick variables
noop =
comma := ,
space = $(noop) $(noop)
###
### Targets
###
install:
# deno install --unstable --no-check -qrfAn dx https://deno.land/x/deno_dx@0.3.1/cli.ts
# dx ensureUtilsAreInstalled