1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

small code formatting

This commit is contained in:
Andrew Simachev 2024-11-12 11:03:56 +01:00
parent 47177453df
commit 4550a52280
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 1 additions and 5 deletions

View file

@ -12,10 +12,6 @@ module.exports = (env, argv) => {
const port = process.env.SERVER_PORT;
const prod = argv.mode === 'production';
console.log('Production:', prod);
console.log(env, argv);
console.log(process.env);
return {
mode: 'development',
devtool: 'source-map',

View file

@ -15,7 +15,7 @@
"lib": [ "es5", "dom" ],
"isolatedModules": true,
"incremental": true,
"types": ["node", "@rspack/core/module"],
"types": [ "node", "@rspack/core/module" ],
"paths": {
"json": [