Skip to content

Commit 0c6ee2b

Browse files
authored
Merge pull request #7 from monaca-templates/dev_MN-5039
chore: Added empty public dir
2 parents 4173260 + e31d219 commit 0c6ee2b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An Amazing Capacitor App",
55
"main": "index.js",
66
"engines": {

public/.gitkeep

Whitespace-only changes.

vite.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export default defineConfig({
1313
server: {
1414
host: HOST,
1515
port: 8080,
16-
}
16+
},
17+
publicDir: '../public'
1718
});

0 commit comments

Comments
 (0)