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