Skip to content

Commit

Permalink
fix(sandbox): added public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Mar 23, 2024
1 parent 99f44f0 commit 100bd38
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion apps/sandbox/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,19 @@
"compiler": "swc",
"external": ["react/jsx-runtime"],
"project": "apps/sandbox/package.json",
"format": ["esm"]
"format": ["esm"],
"assets": [
{
"glob": "apps/sandbox/public",
"input": ".",
"output": "."
},
{
"glob": "apps/sandbox/vercel.json",
"input": ".",
"output": "."
}
]
},
"configurations": {
"production": {
Expand Down

0 comments on commit 100bd38

Please sign in to comment.