diff options
Diffstat (limited to 'backend/public/dummy.txt')
| -rw-r--r-- | backend/public/dummy.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/public/dummy.txt b/backend/public/dummy.txt new file mode 100644 index 0000000..1c5c535 --- /dev/null +++ b/backend/public/dummy.txt @@ -0,0 +1,4 @@ +The public directory stores the build artifacts of the frontend. +However, in the local environment, the frontend side runs a development server to serve those files, so this public directory is not used. +Go does not allow specifying an empty directory with go:embed, so we place a dummy file here. +This dummy file is not used in production builds. |
