fix(frontend): Resolve common import
This commit is contained in:
		
							parent
							
								
									6cf4f12f2a
								
							
						
					
					
						commit
						8b032565be
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -9,6 +9,7 @@ export default defineConfig({ | |||
|     resolve: { | ||||
|         alias: { | ||||
|             "@": fileURLToPath(new URL("./src", import.meta.url)), | ||||
|             "@dwengo-1/common": fileURLToPath(new URL("../common/src", import.meta.url)), | ||||
|         }, | ||||
|     }, | ||||
|     build: { | ||||
|  |  | |||
		Reference in a new issue