Initial implementation of global DFL instance (#451)

This commit is contained in:
AAGaming
2023-05-12 02:02:04 +00:00
committed by GitHub
parent 0c83c9a2b5
commit d99f332523
4 changed files with 8 additions and 64 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import externalGlobals from 'rollup-plugin-external-globals';
const hiddenWarnings = ['THIS_IS_UNDEFINED', 'EVAL'];
export default defineConfig({
input: 'src/index.tsx',
input: 'src/index.ts',
plugins: [
del({ targets: '../backend/static/*', force: true }),
commonjs(),