Compare commits
2 Commits
codex/ios-
...
57a6287b2b
| Author | SHA1 | Date | |
|---|---|---|---|
| 57a6287b2b | |||
| fa429dcbb3 |
3
Tiltfile
3
Tiltfile
@@ -1,5 +1,8 @@
|
|||||||
update_settings(max_parallel_updates=4)
|
update_settings(max_parallel_updates=4)
|
||||||
|
|
||||||
|
load('ext://dotenv', 'dotenv')
|
||||||
|
dotenv() # defaults to .env in the current directory
|
||||||
|
|
||||||
local_resource(
|
local_resource(
|
||||||
"server",
|
"server",
|
||||||
cmd="npm ci --no-audit --no-fund",
|
cmd="npm ci --no-audit --no-fund",
|
||||||
|
|||||||
Reference in New Issue
Block a user