diff --git a/.gitignore b/.gitignore index fac1935..b40e0d2 100644 --- a/.gitignore +++ b/.gitignore @@ -163,6 +163,7 @@ dist .DS_* **/*.backup.* **/*.back.* +build node_modules diff --git a/client/public/.htaccess b/client/public/.htaccess new file mode 100644 index 0000000..1b3e582 --- /dev/null +++ b/client/public/.htaccess @@ -0,0 +1 @@ +FallbackResource ./index.html \ No newline at end of file diff --git a/package.json b/package.json index d5dc67d..e098bc0 100644 --- a/package.json +++ b/package.json @@ -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",