Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
793 B
Python
Executable File
33 lines
793 B
Python
Executable File
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'node_addon_api',
|
|
'type': 'none',
|
|
'sources': [ 'napi.h', 'napi-inl.h' ],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [ '.' ],
|
|
'includes': ['noexcept.gypi'],
|
|
}
|
|
},
|
|
{
|
|
'target_name': 'node_addon_api_except',
|
|
'type': 'none',
|
|
'sources': [ 'napi.h', 'napi-inl.h' ],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [ '.' ],
|
|
'includes': ['except.gypi'],
|
|
}
|
|
},
|
|
{
|
|
'target_name': 'node_addon_api_maybe',
|
|
'type': 'none',
|
|
'sources': [ 'napi.h', 'napi-inl.h' ],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': [ '.' ],
|
|
'includes': ['noexcept.gypi'],
|
|
'defines': ['NODE_ADDON_API_ENABLE_MAYBE']
|
|
}
|
|
},
|
|
]
|
|
}
|