We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3981d02 commit 01b86b6Copy full SHA for 01b86b6
index.html
@@ -12,6 +12,8 @@
12
<link
13
rel='icon'
14
href='/favicon.svg'
15
+ sizes='any'
16
+ type='image/svg+xml'
17
/>
18
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
<title>NAV CMS-arkiv</title>
package.json
@@ -10,7 +10,7 @@
10
"build:server": "npm run build --workspace server",
11
"analyze-bundle": "ANALYZE=true npm run build:client",
"start": "npm run start --workspace server",
- "start-local": "cp .env.prod-local .env && npm run start --workspace server",
+ "start-local": "cp .env.prod-local .env && npm run build && npm run start --workspace server",
"dev": "cp .env.development .env && npm run dev --workspace server"
},
"workspaces": [
0 commit comments