mirror of
				https://github.com/kevinveenbirkenbach/roulette-wheel.git
				synced 2025-11-03 18:47:59 +00:00 
			
		
		
		
	deploy configuraiton
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
			
		||||
    <title>Roulette wheel</title>
 | 
			
		||||
    <script src="bundle.js"></script>
 | 
			
		||||
    <script type="module" src="dist/scripts/bundle.js"></script>
 | 
			
		||||
    <link rel="stylesheet" href="app.css" />
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@ module.exports = {
 | 
			
		||||
    mode: "production",
 | 
			
		||||
    entry: './src/app.ts',
 | 
			
		||||
    output: {
 | 
			
		||||
        path:path.resolve(__dirname, "dist"),
 | 
			
		||||
        path:path.resolve(__dirname, "dist/scripts"),
 | 
			
		||||
        filename: "bundle.js",
 | 
			
		||||
        publicPath: '/dist/'
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user