Skip to content

Commit

Permalink
Merge pull request #7 from monaca-templates/dev_MN-5039
Browse files Browse the repository at this point in the history
chore: Added empty public dir
  • Loading branch information
as-hirose committed Mar 6, 2024
2 parents 4173260 + e31d219 commit 0c6ee2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "An Amazing Capacitor App",
"main": "index.js",
"engines": {
Expand Down
Empty file added public/.gitkeep
Empty file.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export default defineConfig({
server: {
host: HOST,
port: 8080,
}
},
publicDir: '../public'
});

0 comments on commit 0c6ee2b

Please sign in to comment.