Assorted code file cleanup following Svelte switch

This commit is contained in:
Keavon Chambers
2023-03-10 15:48:04 -08:00
parent 0c8df9bf51
commit dd458deb32
34 changed files with 61 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
"description": "A convenience package for calling the real package.json in ./frontend",
"private": true,
"scripts": {
"start": "cd frontend && npm run serve",
"serve": "cd frontend && npm run serve"
"start": "cd frontend && npm start",
"serve": "cd frontend && npm start"
}
}