Skip to content

Commit

Permalink
chore: fix build and hosting setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yamashita-kenngo committed May 11, 2024
1 parent 981b68a commit 834984a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ export default defineConfig({
},
build: {
target: 'esnext',
outDir: '../public'
},
});
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "./dist",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
Expand Down

0 comments on commit 834984a

Please sign in to comment.