Get it to store data from grpc calls.
This commit is contained in:
@@ -16,7 +16,6 @@ COPY frontend/. .
|
||||
|
||||
RUN npm i -g serve
|
||||
|
||||
RUN npm run build_protos
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
@@ -9,14 +9,14 @@ import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'
|
||||
// More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup
|
||||
|
||||
export default defineConfigWithVueTs(
|
||||
{
|
||||
name: 'app/files-to-lint',
|
||||
files: ['**/*.{ts,mts,tsx,vue}'],
|
||||
},
|
||||
// {
|
||||
// name: 'app/files-to-lint',
|
||||
// files: ['**/*.{ts,mts,tsx,vue}'],
|
||||
// },
|
||||
|
||||
globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
|
||||
// globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
|
||||
|
||||
pluginVue.configs['flat/essential'],
|
||||
vueTsConfigs.recommended,
|
||||
skipFormatting,
|
||||
// pluginVue.configs['flat/essential'],
|
||||
// vueTsConfigs.recommended,
|
||||
// skipFormatting,
|
||||
)
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build_protos": "mkdir -p src/proto & npx protoc -I=../proto/ --ts_out ./src/proto --proto_path ../proto ../proto/*.proto",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"build": "run-p build_protos && run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build",
|
||||
|
||||
Reference in New Issue
Block a user