add basic proof of concept for file uploads

This commit is contained in:
Brandon Egger
2023-06-13 00:21:00 -05:00
parent d55f54ae86
commit 89a21707ec
5 changed files with 341 additions and 19 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# uploads
public/resource_logos/uploads/*
# dependencies
/node_modules
/.pnp