Added htaccess and reconfigured .gitignore
This commit is contained in:
parent
18c5b0e524
commit
ca9648dc41
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -163,6 +163,7 @@ dist
|
|||
.DS_*
|
||||
**/*.backup.*
|
||||
**/*.back.*
|
||||
build
|
||||
|
||||
node_modules
|
||||
|
||||
|
|
|
|||
1
client/public/.htaccess
Normal file
1
client/public/.htaccess
Normal file
|
|
@ -0,0 +1 @@
|
|||
FallbackResource ./index.html
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"start": "npm start -ws",
|
||||
"build": "npm run build -ws",
|
||||
"prepackage": "npm ci && npm run build",
|
||||
"package": "tar -czf ./build.tar.gz ./build"
|
||||
"package": "tar -czf ./build.tar.gz -C build ."
|
||||
},
|
||||
"author": "C4 Patino",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
Reference in a new issue