mirror of
				https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
				synced 2025-10-31 09:55:30 +00:00 
			
		
		
		
	Fixed some build options for vite
This commit is contained in:
		
							
								
								
									
										17
									
								
								node_modules/fs-extra/lib/remove/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								node_modules/fs-extra/lib/remove/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| 'use strict' | ||||
|  | ||||
| const fs = require('graceful-fs') | ||||
| const u = require('universalify').fromCallback | ||||
|  | ||||
| function remove (path, callback) { | ||||
|   fs.rm(path, { recursive: true, force: true }, callback) | ||||
| } | ||||
|  | ||||
| function removeSync (path) { | ||||
|   fs.rmSync(path, { recursive: true, force: true }) | ||||
| } | ||||
|  | ||||
| module.exports = { | ||||
|   remove: u(remove), | ||||
|   removeSync | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens