File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ module.exports = function (config, options) {
64
64
65
65
// wait for app to mount in order to get mountpath
66
66
app . on ( 'mount' , function ( parent ) {
67
- parent . use ( '/v2/' , express . static ( path . join ( __dirname , 'public/ v2' ) ) ) ;
67
+ parent . use ( '/v2/' , express . static ( path . join ( __dirname , 'v2' ) ) ) ;
68
68
const mountPath = getMount ( app . mountpath ) ;
69
69
const users = config . users ;
70
70
const useEncryptedPasswords = config . useEncryptedPasswords ? true : false ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react-swc';
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
7
build : {
8
- outDir : '../Parse-Dashboard/public/ v2' ,
8
+ outDir : '../Parse-Dashboard/v2' ,
9
9
emptyOutDir : true ,
10
10
rollupOptions : {
11
11
output : {
You can’t perform that action at this time.
0 commit comments