Remove deploy outputs.
Browse files- .gitignore +3 -1
 - package.json +1 -1
 
    	
        .gitignore
    CHANGED
    
    | 
         @@ -1,2 +1,4 @@ 
     | 
|
| 1 | 
         
             
            /node_modules
         
     | 
| 2 | 
         
            -
            /20k-models.json
         
     | 
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
             
            /node_modules
         
     | 
| 2 | 
         
            +
            /20k-models.json
         
     | 
| 3 | 
         
            +
            /index*.js*
         
     | 
| 4 | 
         
            +
            /index*.css*
         
     | 
    	
        package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "name": "localm",
         
     | 
| 3 | 
         
            -
              "version": "1.2. 
     | 
| 4 | 
         
             
              "description": "Chat application",
         
     | 
| 5 | 
         
             
              "scripts": {
         
     | 
| 6 | 
         
             
                "build": "esbuild src/index.js --target=es6 --bundle --sourcemap --outfile=./index.js --format=iife --external:fs --external:path --external:child_process --external:ws --external:katex/dist/katex.min.css",
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
             
              "name": "localm",
         
     | 
| 3 | 
         
            +
              "version": "1.2.11",
         
     | 
| 4 | 
         
             
              "description": "Chat application",
         
     | 
| 5 | 
         
             
              "scripts": {
         
     | 
| 6 | 
         
             
                "build": "esbuild src/index.js --target=es6 --bundle --sourcemap --outfile=./index.js --format=iife --external:fs --external:path --external:child_process --external:ws --external:katex/dist/katex.min.css",
         
     |