Supportive multiline in huggingface readme.
Browse files- README.md +3 -1
- package.json +1 -1
    	
        README.md
    CHANGED
    
    | @@ -4,7 +4,9 @@ emoji: 🚀 | |
| 4 | 
             
            colorFrom: purple
         | 
| 5 | 
             
            colorTo: indigo
         | 
| 6 | 
             
            sdk: static
         | 
| 7 | 
            -
            app_build_command:  | 
|  | |
|  | |
| 8 | 
             
            app_file: "./dist/index.html" # This is where Vite typically outputs its index.html
         | 
| 9 | 
             
            ---
         | 
| 10 |  | 
|  | |
| 4 | 
             
            colorFrom: purple
         | 
| 5 | 
             
            colorTo: indigo
         | 
| 6 | 
             
            sdk: static
         | 
| 7 | 
            +
            app_build_command: >-
         | 
| 8 | 
            +
              npm install && npm run build -- --outfile=./dist/index.js && cp index.html
         | 
| 9 | 
            +
              ./dist/index.html
         | 
| 10 | 
             
            app_file: "./dist/index.html" # This is where Vite typically outputs its index.html
         | 
| 11 | 
             
            ---
         | 
| 12 |  | 
    	
        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.12",
         | 
| 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",
         |