chore(infra): move to monorepo

This commit is contained in:
Krzysztof Moch
2025-01-22 23:18:23 +01:00
parent d6d7e714fe
commit 30d58d3a39
212 changed files with 5596 additions and 4147 deletions
+11 -1
View File
@@ -1 +1,11 @@
export NODE_BINARY='/Users/krzysztof/.asdf/installs/nodejs/18.19.0/bin/node'
# This `.xcode.env` file is versioned and is used to source the environment
# used when running script phases inside Xcode.
# To customize your local environment, you can create an `.xcode.env.local`
# file that is not versioned.
# NODE_BINARY variable contains the PATH to the node executable.
#
# Customize the NODE_BINARY variable here.
# For example, to use nvm with brew, add the following line
# . "$(brew --prefix nvm)/nvm.sh" --no-use
export NODE_BINARY=$(command -v node)