feat(workbench): add file tree and hook up editor
This commit is contained in:
2
packages/bolt/app/utils/constants.ts
Normal file
2
packages/bolt/app/utils/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const WORK_DIR_NAME = 'project';
|
||||
export const WORK_DIR = `/home/${WORK_DIR_NAME}`;
|
||||
Reference in New Issue
Block a user