mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 14:26:12 +02:00
Import backend code inside the repository.
This commit is contained in:
parent
e21798f1ed
commit
de57630c14
113 changed files with 8040 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue