Skip to content

Commit

Permalink
bump frontend version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed May 14, 2024
1 parent b088021 commit ff08a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const webpack = require('webpack');
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin');

// Lookup constants
// lookup constants
const fs = require('fs');
const packageJson = fs.readFileSync('./package.json');
const parsed = JSON.parse(packageJson);
Expand Down

0 comments on commit ff08a2d

Please sign in to comment.