Skip to content

Commit

Permalink
Remove strapi-admin.js and put server files into src
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilburn committed Apr 7, 2024
1 parent 79f3dbc commit 995a541
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

const pluginPkg = require('../../package.json');
const pluginPkg = require('../../../package.json');

module.exports = pluginPkg.strapi.name;
3 changes: 0 additions & 3 deletions strapi-admin.js

This file was deleted.

2 changes: 1 addition & 1 deletion strapi-server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

module.exports = require('./server');
module.exports = require('./server/src');

0 comments on commit 995a541

Please sign in to comment.