6653 serverless functions store and use environment variables in serverless function scripts (#7390)
 
This commit is contained in:
3
packages/twenty-server/src/constants/assets-path.ts
Normal file
3
packages/twenty-server/src/constants/assets-path.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import path from 'path';
|
||||
|
||||
export const ASSET_PATH = path.resolve(__dirname, `../../assets`);
|
||||
Reference in New Issue
Block a user