From d886a169c4aadeffd7cd9fdd932855757bed67d4 Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Mon, 13 Nov 2023 11:15:37 -0500 Subject: [PATCH] add example static app --- static/Staticfile | 1 + static/manifest.yml | 3 +++ static/src/index.html | 1 + 3 files changed, 5 insertions(+) create mode 100644 static/Staticfile create mode 100644 static/manifest.yml create mode 100644 static/src/index.html diff --git a/static/Staticfile b/static/Staticfile new file mode 100644 index 0000000..35a46a6 --- /dev/null +++ b/static/Staticfile @@ -0,0 +1 @@ +root: src diff --git a/static/manifest.yml b/static/manifest.yml new file mode 100644 index 0000000..63cedb2 --- /dev/null +++ b/static/manifest.yml @@ -0,0 +1,3 @@ +applications: +- name: test-static + buildpack: staticfile_buildpack diff --git a/static/src/index.html b/static/src/index.html new file mode 100644 index 0000000..672dd12 --- /dev/null +++ b/static/src/index.html @@ -0,0 +1 @@ +Hello from cloud.gov!