about summary refs log tree commit diff stats
path: root/Spacefile
blob: 9b8a42e74c8425b38289cbab3fca7a7d6796ebe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0
v: 0

micros:
  - name: python-app
    src: .
    engine: python3.9
    primary: true
    run: flask run
    public: true

icon: ./icon.png