Adds Cors to server.js

This commit is contained in:
2022-11-11 02:30:30 -03:00
parent fbc485698d
commit fed63d25d5
5 changed files with 13 additions and 6 deletions

View File

@@ -18,6 +18,9 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"allowedCommonJsDependencies": [
"ts-interface-checker"
],
"assets": [
"src/assets",
"src/manifest.webmanifest",