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_*
|
.DS_*
|
||||||
**/*.backup.*
|
**/*.backup.*
|
||||||
**/*.back.*
|
**/*.back.*
|
||||||
|
build
|
||||||
|
|
||||||
node_modules
|
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",
|
"start": "npm start -ws",
|
||||||
"build": "npm run build -ws",
|
"build": "npm run build -ws",
|
||||||
"prepackage": "npm ci && npm run build",
|
"prepackage": "npm ci && npm run build",
|
||||||
"package": "tar -czf ./build.tar.gz ./build"
|
"package": "tar -czf ./build.tar.gz -C build ."
|
||||||
},
|
},
|
||||||
"author": "C4 Patino",
|
"author": "C4 Patino",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Reference in a new issue