Avoid missing folder error when running dev (#3224)

This commit is contained in:
Joshua Fredrickson
2025-02-27 12:48:43 -06:00
committed by GitHub
parent 194ab5af52
commit b134d39172
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/node_modules /node_modules
/vendor /vendor
/public /public/*
!/public/.gitkeep
.env .env
npm-debug.log npm-debug.log

0
public/.gitkeep Normal file
View File