Add vite
Changes according to Vite defaults: - Move index.html to root - Replace `%PUBLIC_URL%` with plain `/`
This commit is contained in:
parent
951c90763a
commit
e21327cec5
6 changed files with 527 additions and 14542 deletions
3
Makefile
3
Makefile
|
@ -129,8 +129,7 @@ web-build:
|
|||
&& rm -rf ../server/site \
|
||||
&& mv build ../server/site \
|
||||
&& rm \
|
||||
../server/site/config.js \
|
||||
../server/site/asset-manifest.json
|
||||
../server/site/config.js
|
||||
|
||||
web-deps:
|
||||
cd web && npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue