mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Import backend code inside the repository.
This commit is contained in:
2
backend/scripts/fixtures.sh
Executable file
2
backend/scripts/fixtures.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
lein run -m uxbox.fixtures/init
|
||||
3
backend/scripts/run.sh
Executable file
3
backend/scripts/run.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
export PATH=/opt/img/bin:$PATH
|
||||
lein trampoline run -m uxbox.main
|
||||
2
backend/scripts/smtpd.sh
Normal file
2
backend/scripts/smtpd.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
python -m smtpd -n -c DebuggingServer localhost:25
|
||||
Reference in New Issue
Block a user