still under construction

This commit is contained in:
2021-08-22 12:54:11 +09:00
parent 14af7dfe4e
commit f2a44efb88
38 changed files with 704 additions and 10646 deletions

View File

@@ -29,6 +29,6 @@
"scripts": {
"start": "webpack serve",
"build": "webpack",
"dist": "cp ./dist/*.css ./dist/*.js ../app/src/main/resources/static"
"dist": "cp ./dist/*.css ./dist/*.js ../app/src/main/resources/assets"
}
}