bytedance--flowgram.ai
5 行
137 B
Bash
可执行文件
5 行
137 B
Bash
可执行文件
#!/bin/bash
|
|
# avoid conflicts in pnpm lock
|
|
# https://7tonshark.com/posts/avoid-conflicts-in-pnpm-lock/
|
|
git config merge.ours.driver true
|