Commit 46e9e7a0 authored by 郭志伟's avatar 郭志伟

fix: 调试apollo

parent 301574b8
'use strict';
const path = require('path');
const fs = require('fs');
const SentryPlugin = require("webpack-sentry-plugin");
const resolve = filepath => path.resolve(__dirname, filepath);
const SentryConfig = require("./app/web/.sentryclirc.ts");
const apolloSource = require('./config/apollo.json');
const apollo = require('@qg/apollo-nodejs');
let { name } = require('./package');
name = name.replace(/-/g, '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment