feat: allow custom install and start commands (#892)
# Description Gives the ability to define an `install` and `startup` command when importing a project, so we can work on a project locally without any issue. # Preview <img width="2256" height="1422" alt="image" src="https://github.com/user-attachments/assets/2132b1cb-5f71-4b88-84db-8ecc81cf1f66" /> --------- Co-authored-by: Will Chen <willchen90@gmail.com>
This commit is contained in:
2
drizzle/0010_nappy_fat_cobra.sql
Normal file
2
drizzle/0010_nappy_fat_cobra.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `apps` ADD `install_command` text;--> statement-breakpoint
|
||||
ALTER TABLE `apps` ADD `start_command` text;
|
||||
Reference in New Issue
Block a user