Rework #6
					 2 changed files with 4 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -14,6 +14,8 @@ app/**
 | 
			
		|||
settings.json
 | 
			
		||||
comic_config.json
 | 
			
		||||
**/comic_config.json
 | 
			
		||||
compiled/
 | 
			
		||||
deploy-scripts/
 | 
			
		||||
 | 
			
		||||
.pnpm-store/**
 | 
			
		||||
.env
 | 
			
		||||
| 
						 | 
				
			
			@ -4,9 +4,9 @@
 | 
			
		|||
	"description": "",
 | 
			
		||||
	"main": "build/app.js",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"compile": "swc src --out-dir dist",
 | 
			
		||||
		"compile": "swc src --out-dir compile",
 | 
			
		||||
		"dev": "nodemon -r @swc-node/register --enable-source-maps --exec node app.ts",
 | 
			
		||||
		"start": "node dist/app.js"
 | 
			
		||||
		"start": "node compile/app.js"
 | 
			
		||||
	},
 | 
			
		||||
	"author": "",
 | 
			
		||||
	"license": "ISC",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue