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 @@ -79,7 +79,7 @@ module.exports = function (config, options) {
7979
8080 // wait for app to mount in order to get mountpath
8181 app . on ( 'mount' , function ( parent ) {
82- parent . use ( '/v2/' , express . static ( path . join ( __dirname , 'public/ v2' ) ) ) ;
82+ parent . use ( '/v2/' , express . static ( path . join ( __dirname , 'v2' ) ) ) ;
8383 const mountPath = getMount ( app . mountpath ) ;
8484 const users = config . users ;
8585 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';
55export default defineConfig ( {
66 plugins : [ react ( ) ] ,
77 build : {
8- outDir : '../Parse-Dashboard/public/ v2' ,
8+ outDir : '../Parse-Dashboard/v2' ,
99 emptyOutDir : true ,
1010 rollupOptions : {
1111 output : {
You can’t perform that action at this time.
0 commit comments