Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
DeiranLv committed May 28, 2024
1 parent c847a89 commit 63128da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@zzdats:registry"="https://nexus.zzdats.lv/repository/npm-private/"
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default defineConfig((command) => {
: [];
const useMockServer = serving && mockUrlPrefixes.length > 0;
return {
base: isProduction ? '/DatZ1000/' : '/',
base: envVariables.BASE_PATH,
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
Expand Down

0 comments on commit 63128da

Please sign in to comment.