radames HF staff commited on
Commit
506a7bc
β€’
1 Parent(s): 8319790

remove base

Browse files
Files changed (2) hide show
  1. Makefile +1 -1
  2. frontend/svelte.config.js +0 -3
Makefile CHANGED
@@ -5,7 +5,7 @@ build-dev:
5
  run-front-dev:
6
  cd frontend && npm install && PUBLIC_DEV_MODE=DEV npm run dev
7
  run-dev:
8
- rm -rf .data/ && FLASK_ENV=development python app.py
9
  run-prod:
10
  python app.py
11
  build-all: run-prod
 
5
  run-front-dev:
6
  cd frontend && npm install && PUBLIC_DEV_MODE=DEV npm run dev
7
  run-dev:
8
+ rm -rf .data/ && FLASK_DEBUG=development python app.py
9
  run-prod:
10
  python app.py
11
  build-all: run-prod
frontend/svelte.config.js CHANGED
@@ -11,9 +11,6 @@ const config = {
11
  })
12
  ],
13
  kit: {
14
- paths: {
15
- base: dev ? '/static' : '/embed/huggingface-projects/color-palette-generator-sd/static'
16
- },
17
  adapter: adapter({
18
  pages: 'build',
19
  assets: 'build',
 
11
  })
12
  ],
13
  kit: {
 
 
 
14
  adapter: adapter({
15
  pages: 'build',
16
  assets: 'build',